CanvasEllipse Class
Canvas implementation of the Ellipse
class.
CanvasEllipse
is not intended to be used directly. Instead, use the Ellipse
class.
If the browser lacks SVG capabilities but has
Canvas capabilities, the Ellipse
class will point to the CanvasEllipse
class.