mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
fixed up Ellipse docs
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* @augments Kinetic.Shape
|
||||
* @param {Object} config
|
||||
* @param {Number|Array|Object} config.radius defines x and y radius
|
||||
* {{ShapeParams}}
|
||||
* {{NodeParams}}
|
||||
* @@ShapeParams
|
||||
* @@NodeParams
|
||||
*/
|
||||
Kinetic.Ellipse = function(config) {
|
||||
this.___init(config);
|
||||
|
||||
Reference in New Issue
Block a user