创建一个新的 <canvas> 元素。
<canvas>
这与调用 new Element.tag('canvas') 相同。
new Element.tag('canvas')
factory Element.canvas() => new CanvasElement();