Provides an object that is used for drawing, rendering, and manipulating images and graphics on a document. The canvas object is the JavaScript implementation of the canvas element. The canvas object provides the surface on which to apply graphics and images and not rendered by itself. The actual drawing is done using the CanvasRenderingContext2D object, which provides the properties and methods that are used to create and manipulate graphics on a canvas object.
In this section
| Topic | Description |
|---|---|
|
This section contains the HTML5 Canvas object reference documentation. | |
|
This section contains the HTML5 Canvas methods reference documentation. | |
|
This section contains the HTML5 Canvas properties reference documentation. |
Build date: 11/28/2012