package js.html.svg
extends GraphicsElement › Element › DOMElement › Node › EventTarget
Available on jsThe
SVGCircleElement
interface is an interface for thecircle
element. The circle element is defined by the cx and cy attributes, that denote the coordinates of the centre of the circle. It also has a radius attribute r that denotes the radius of the circle. The radius value must be positive to allow the successful rendering of the element.Documentation SVGCircleElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only cx:AnimatedLength
read only cy:AnimatedLength
read only r:AnimatedLength
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/svg/CircleElement.html