0fdefaa9ca017edfb76b736c825b34186f33045aTripp * <a href="http://www.w3.org/TR/NOTE-VML">VML</a> implementation of the <a href="Ellipse.html">`Ellipse`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * `VMLEllipse` is not intended to be used directly. Instead, use the <a href="Ellipse.html">`Ellipse`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * If the browser lacks <a href="http://www.w3.org/TR/SVG/">SVG</a> and <a href="http://www.w3.org/TR/html5/the-canvas-element.html">Canvas</a>
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * capabilities, the <a href="Ellipse.html">`Ellipse`</a> class will point to the `VMLEllipse` class.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp * @module graphics
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @class VMLEllipse
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @constructor
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp VMLEllipse.superclass.constructor.apply(this, arguments);
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * Indicates the type of shape
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * @property _type
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * @type String
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // Horizontal radius for the ellipse. This attribute is not implemented in Canvas.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // Will add in 3.4.1.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // @config xRadius
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // @type Number
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // @readOnly
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp getter: function()
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // Vertical radius for the ellipse. This attribute is not implemented in Canvas.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // Will add in 3.4.1.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // @config yRadius
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // @type Number
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp // @readOnly
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp getter: function()