SVGCircle.js revision 828c58761d90445b8b9d20a82d85dc1479317f71
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * Draws an circle
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync SVGCircle.superclass.constructor.apply(this, arguments);
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Indicates the type of shape
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * @property _type
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * @readOnly
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * @type String
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Updates the shape.
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * @method _draw
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * @attribute width
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * @readOnly
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * @attribute height
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * @readOnly
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * Radius of the circle
b4f03aea544c9a58d8959658b31f7bd716a3f097vboxsync * @attribute radius