mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-12 15:53:10 +00:00
Add docs for ellipse rx/ry
This commit is contained in:
parent
9fb9b1ca34
commit
e886fee63d
1 changed files with 14 additions and 0 deletions
|
|
@ -25,6 +25,20 @@
|
|||
*/
|
||||
type: 'ellipse',
|
||||
|
||||
/**
|
||||
* Horizontal radius
|
||||
* @property
|
||||
* @type Number
|
||||
*/
|
||||
rx: 0,
|
||||
|
||||
/**
|
||||
* Vertical radius
|
||||
* @property
|
||||
* @type Number
|
||||
*/
|
||||
ry: 0,
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @method initialize
|
||||
|
|
|
|||
Loading…
Reference in a new issue