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.

Instance Fields

var cx:AnimatedLength

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

var cy:AnimatedLength

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