Labs/Bespin/DesignDocs/Inline Documentation/Canvas

Overview

Canvas is an HTML element that allows you to generate images using javascript. This is in contrast to SVG and VML which are systems for generating Vector shapes that are added to the DOM.

In contrast Canvas elements act just like <img> elements in that they are represented by only one DOM element, and are comprised of a 2D grid of pixels.

Existing

Documentation

Tutorials

Demos

See also