The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images. It is a low level, procedural model that updates a bitmap and does not have a built-in scene graph.
双语例句
1
Dynamic bitmap graphics through the canvaselement.
基于canvas元素的动态位图图像。
2
The most well-known among these is the canvaselement.
其中最知名的是 canvas 元素。
3
With the third platform preview, we introduce support for the HTML5 Canvaselement.