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 : {
* x : 50,
* y : 50
* } * fill: 'red'
* },
* fill: 'red'
* });
*/
export class Ellipse extends Shape<EllipseConfig> {