Add docs for ellipse rx/ry

This commit is contained in:
kangax 2013-03-10 21:04:44 +01:00
parent 9fb9b1ca34
commit e886fee63d

View file

@ -25,6 +25,20 @@
*/
type: 'ellipse',
/**
* Horizontal radius
* @property
* @type Number
*/
rx: 0,
/**
* Vertical radius
* @property
* @type Number
*/
ry: 0,
/**
* Constructor
* @method initialize