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.

Instance Fields

var cx:AnimatedLength

Corresponds to attribute cx on the given <ellipse> element.

var cy:AnimatedLength

Corresponds to attribute cy on the given <ellipse> element.

var rx:AnimatedLength

Corresponds to attribute rx on the given <ellipse> element.

var ry:AnimatedLength

Corresponds to attribute ry on the given <ellipse> element.