W3cubDocs

/Haxe JavaScript

CircleElement

package js.html.svg

extends GraphicsElementElementDOMElementNodeEventTarget

Available on js

The SVGCircleElement interface is an interface for the circle 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:

Variables

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