class js.html.svg.EllipseElement extends Element
Available on js
The SVGEllipseElement interface provides access to the properties of <ellipse> elements, as well as methods to manipulate them. Documentation for this class was provided by MDN.
SVGEllipseElement
<ellipse>
var cx:AnimatedLength
Corresponds to attribute cx on the given <ellipse> element.
cx
var cy:AnimatedLength
Corresponds to attribute cy on the given <ellipse> element.
cy
var rx:AnimatedLength
Corresponds to attribute rx on the given <ellipse> element.
rx
var ry:AnimatedLength
Corresponds to attribute ry on the given <ellipse> element.
ry