SVGCircleElement : SVGElement Defines a circle. Spec: http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGCircleElement ---- instance.cx : SVGAnimatedLength The x position of the center of the circle. ReadOnly: true ---- instance.cy : SVGAnimatedLength The y position of the center of the circle. ReadOnly: true ---- instance.r : SVGAnimatedLength The radius of the circle. ReadOnly: true