haXe API Documentation
Back | Index
extern class js.html.svg.EllipseElement
extends Element
Available in 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.
var cx(default,null) : AnimatedLength
Corresponds to attribute cx on the given <ellipse> element.
var cy(default,null) : AnimatedLength
Corresponds to attribute cy on the given <ellipse> element.
var rx(default,null) : AnimatedLength
Corresponds to attribute rx on the given <ellipse> element.
var ry(default,null) : AnimatedLength
Corresponds to attribute ry on the given <ellipse> element.
Back | Index