Ellipse API

jsav.g.ellipse(cx, cy, rx, ry[, properties])

Initializes a new ellipse with the given center and x and y radius. Optional parameter properties,if given, should be an object with key-value pairs. See raphael.attr for valid keys and values.

.center([cx, cy])

Same as center function of the circle.

.radius([rx, ry])

Gets or sets the radius of the ellipse. The radius is returned as an object with properties rx and ry.