Canvas
It is a low level, procedural model that updates a bitmap and does not have a built-in scene graph . It provides an empty graphic zone on which specific JavaScript APIs can draw (such as Canvas 2D or WebGL ).
See also
- Canvas on Wikipedia
- The Canvas tutorial on datarist
-
The HTML
<canvas >
element on datarist - The Canvas general documentation on datarist
-
CanvasRenderingContext2D
: The canvas 2D drawing API - The Canvas 2D API specification