CanvasRect Class
Defined in:
Module: graphics
yui3/src/graphics/js/CanvasRect.js:1
<a href="http://www.w3.org/wiki/HTML/Elements/canvas">Canvas</a> implementation of the <a href="Rect.html">Rect
</a> class.
CanvasRect
is not intended to be used directly. Instead, use the <a href="Rect.html">Rect
</a> class.
If the browser lacks <a href="http://www.w3.org/TR/SVG/">SVG</a> capabilities but has
<a href="http://www.w3.org/wiki/HTML/Elements/canvas">Canvas</a> capabilities, the <a href="Rect.html">Rect
</a>
class will point to the CanvasRect
class.