HTMLCanvasElement constructor

HTMLCanvasElement()

Creates an HTMLCanvasElement using the tag 'canvas'.

Implementation

HTMLCanvasElement() : _ = document.createElement('canvas');