graphics/js/CanvasPath.js:1
Canvas implementation of the Path
class.
CanvasPath
is not intended to be used directly. Instead, use the Path
class.
If the browser lacks SVG capabilities but has
Canvas capabilities, the Path
class will point to the CanvasPath
class.
createNode
Defined in
graphics/js/CanvasPath.js:39
Creates the dom node for the shape.
HTMLElement