CanvasRect.js revision 828c58761d90445b8b9d20a82d85dc1479317f71
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()
828c58761d90445b8b9d20a82d85dc1479317f71Tripp this.drawRect(x, y, w, h);