0fdefaa9ca017edfb76b736c825b34186f33045aTripp * <a href="http://www.w3.org/TR/SVG/">SVG</a> implementation of the <a href="Path.html">`Path`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * `SVGPath` is not intended to be used directly. Instead, use the <a href="Path.html">`Path`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * If the browser has <a href="http://www.w3.org/TR/SVG/">SVG</a> capabilities, the <a href="Path.html">`Path`</a>
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * class will point to the `SVGPath` class.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp * @module graphics
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @class SVGPath
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @extends SVGShape
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @constructor
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp SVGPath.superclass.constructor.apply(this, arguments);
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Left edge of the path
e7c7565d9550eaa87043aef0df77125ada996deaTripp * @property _left
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @type Number
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Right edge of the path
e7c7565d9550eaa87043aef0df77125ada996deaTripp * @property _right
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @type Number
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Top edge of the path
e7c7565d9550eaa87043aef0df77125ada996deaTripp * @property _top
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @type Number
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Bottom edge of the path
e7c7565d9550eaa87043aef0df77125ada996deaTripp * @property _bottom
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @type Number
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Indicates the type of shape
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @property _type
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @readOnly
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @type String
cec703a844d9691646231634fe709f4ea41d278aTripp * Storage for path
cec703a844d9691646231634fe709f4ea41d278aTripp * @property _path
cec703a844d9691646231634fe709f4ea41d278aTripp * @type String
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * Indicates the path used for the node.
c093c1aed867e18aa4778708592e1ceb45d18cffTripp * @config path
9eaaa502227248d304ac9170902697d02158c1d9Tripp * @type String
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * @readOnly
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp getter: function()
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp return this._path;
04f886d0ad2a12c3c0e4ec29a1c42e8732e9327fTripp * Indicates the width of the shape
04f886d0ad2a12c3c0e4ec29a1c42e8732e9327fTripp * @config width
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @type Number
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp getter: function()
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Indicates the height of the shape
c093c1aed867e18aa4778708592e1ceb45d18cffTripp * @config height
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @type Number
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp getter: function()