1
0
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:
Dmitry221060 2019-03-25 22:09:51 +05:00 committed by GitHub
parent bfae6e219f
commit d987a754aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {