0fdefaa9ca017edfb76b736c825b34186f33045aTripp * <a href="http://www.w3.org/TR/html5/the-canvas-element.html">Canvas</a> implementation of the <a href="Ellipse.html">`Ellipse`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * `CanvasEllipse` 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> capabilities but has
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * <a href="http://www.w3.org/TR/html5/the-canvas-element.html">Canvas</a> capabilities, the <a href="Ellipse.html">`Ellipse`</a>
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * class will point to the `CanvasEllipse` class.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp * @module graphics
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @class CanvasEllipse
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @constructor
9eaaa502227248d304ac9170902697d02158c1d9Tripp CanvasEllipse.superclass.constructor.apply(this, arguments);
9eaaa502227248d304ac9170902697d02158c1d9Tripp * Indicates the type of shape
9eaaa502227248d304ac9170902697d02158c1d9Tripp * @property _type
9eaaa502227248d304ac9170902697d02158c1d9Tripp * @type String
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * Draws the shape.
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @method _draw
9eaaa502227248d304ac9170902697d02158c1d9Tripp _draw: function()