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