class js.html.svg.CircleElement extends Element
Available on 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.
SVGCircleElement
<circle>
var cx:AnimatedLength
Corresponds to attribute cx on the given <circle> element.
cx
var cy:AnimatedLength
Corresponds to attribute cy on the given <circle> element.
cy
var r:AnimatedLength