mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Update Circle.ts
This commit is contained in:
@@ -23,7 +23,7 @@ export interface CircleConfig extends ShapeConfig {
|
||||
* var circle = new Konva.Circle({
|
||||
* radius: 40,
|
||||
* fill: 'red',
|
||||
* stroke: 'black'
|
||||
* stroke: 'black',
|
||||
* strokeWidth: 5
|
||||
* });
|
||||
*/
|
||||
|
Reference in New Issue
Block a user