Update Ellipse.ts

This commit is contained in:
Dmitry221060
2019-03-25 22:09:51 +05:00
committed by GitHub
parent bfae6e219f
commit d987a754aa

View File

@@ -25,7 +25,8 @@ export interface EllipseConfig extends ShapeConfig {
* radius : {
* x : 50,
* y : 50
* } * fill: 'red'
* },
* fill: 'red'
* });
*/
export class Ellipse extends Shape<EllipseConfig> {