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