graphics/js/SVGPath.js:1
SVG implementation of the Path class. SVGPath is not intended to be used directly. Instead, use the Path class. If the browser has SVG capabilities, the Path class will point to the SVGPath class.
Path
SVGPath
_bottom
Defined in graphics/js/SVGPath.js:45
graphics/js/SVGPath.js:45
Bottom edge of the path
_left
Defined in graphics/js/SVGPath.js:18
graphics/js/SVGPath.js:18
Left edge of the path
_path
Defined in graphics/js/SVGPath.js:64
graphics/js/SVGPath.js:64
Storage for path
_right
Defined in graphics/js/SVGPath.js:27
graphics/js/SVGPath.js:27
Right edge of the path
_top
Defined in graphics/js/SVGPath.js:36
graphics/js/SVGPath.js:36
Top edge of the path
_type
Defined in graphics/js/SVGPath.js:54
graphics/js/SVGPath.js:54
Indicates the type of shape
height
Defined in graphics/js/SVGPath.js:105
graphics/js/SVGPath.js:105
Indicates the height of the shape
path
Defined in graphics/js/SVGPath.js:75
graphics/js/SVGPath.js:75
Indicates the path used for the node.
width
Defined in graphics/js/SVGPath.js:91
graphics/js/SVGPath.js:91
Indicates the width of the shape