svg.CircleElement

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部