The nsIDOMHTMLCanvasElement interface is the interface to a HTML
 <canvas> element.

 For more information on this interface, please see
 http://www.whatwg.org/specs/web-apps/current-work/#graphics

 @status UNDER_DEVELOPMENT
[scriptable, uuid(0583a2ea-ab19-40e1-8be4-5e9b2f275560)]
interface nsIDOMHTMLCanvasElement : nsIDOMHTMLElement

Attributes


          
attribute long height

          
attribute long width

Methods


          
nsISupports getContext(in DOMString contextId)

          
DOMString toDataURL()

          
[noscript] DOMString toDataURLAs(in DOMString mimeType, in DOMString encoderOptions)