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.
Same as center function of the circle.
Gets or sets the radius of the ellipse. The radius is returned as an object with
properties rx
and ry
.