W3cubDocs

/Haxe JavaScript

EllipseElement

package js.html.svg

extends GeometryElementGraphicsElementElementDOMElementNodeEventTarget

Available on js

The SVGEllipseElement interface provides access to the properties of ellipse elements.

Documentation SVGEllipseElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlycx:AnimatedLength

This property returns a SVGAnimatedLength reflecting the cx attribute of the given ellipse element.

read onlycy:AnimatedLength

This property returns a SVGAnimatedLength reflecting the cy attribute of the given ellipse element.

read onlyrx:AnimatedLength

This property returns a SVGAnimatedLength reflecting the rx attribute of the given ellipse element.

read onlyry:AnimatedLength

This property returns a SVGAnimatedLength reflecting the ry attribute of the given ellipse element.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/EllipseElement.html