CanvasRect.js revision 4ef2f7e4cb7c7d255be077c47d542199f7bf8607
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp * Draws rectangles
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp CanvasRect.superclass.constructor.apply(this, arguments);
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * Indicates the type of shape
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * @property _type
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * @readOnly
828c58761d90445b8b9d20a82d85dc1479317f71Tripp * @type String
828c58761d90445b8b9d20a82d85dc1479317f71Tripp _draw: function()