Haxe API Documentation
Back | Index
extern class js.html.svg.CircleElement
extends Element
Available in js
The SVGCircleElement interface provides access to the properties of <circle> 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 <circle> element.
var cy(default,null) : AnimatedLength
Corresponds to attribute cy on the given <circle> element.
var r(default,null) : AnimatedLength
Back | Index