graphics/js/CanvasCircle.js:1
Canvas implementation of the Circle
class.
CanvasCircle
is not intended to be used directly. Instead, use the Circle
class.
If the browser lacks SVG capabilities but has
Canvas capabilities, the Circle
class will point to the CanvasCircle
class.