mirror of
https://github.com/konvajs/konva.git
synced 2025-04-24 19:03:56 +08:00
Update Ellipse.ts
This commit is contained in:
parent
bfae6e219f
commit
d987a754aa
@ -25,7 +25,8 @@ export interface EllipseConfig extends ShapeConfig {
|
|||||||
* radius : {
|
* radius : {
|
||||||
* x : 50,
|
* x : 50,
|
||||||
* y : 50
|
* y : 50
|
||||||
* } * fill: 'red'
|
* },
|
||||||
|
* fill: 'red'
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
export class Ellipse extends Shape<EllipseConfig> {
|
export class Ellipse extends Shape<EllipseConfig> {
|
||||||
|
Loading…
Reference in New Issue
Block a user