0fdefaa9ca017edfb76b736c825b34186f33045aTripp * <a href="http://www.w3.org/TR/SVG/">SVG</a> implementation of the <a href="Rect.html">`Rect`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * `SVGRect` is not intended to be used directly. Instead, use the <a href="Rect.html">`Rect`</a> class.
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * If the browser has <a href="http://www.w3.org/TR/SVG/">SVG</a> capabilities, the <a href="Rect.html">`Rect`</a>
0fdefaa9ca017edfb76b736c825b34186f33045aTripp * class will point to the `SVGRect` class.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp * @module graphics
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @class SVGRect
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @constructor
9eaaa502227248d304ac9170902697d02158c1d9TrippSVGRect = function()
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp SVGRect.superclass.constructor.apply(this, arguments);
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Indicates the type of shape
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @property _type
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * @type String