2D canvas
The CanvasRenderingContext2D
API is the “2d” rendering context for the <canvas>
element. It represents a flat, two-dimensional space for drawing graphics and animations.
The CanvasRenderingContext2D
API is the “2d” rendering context for the <canvas>
element. It represents a flat, two-dimensional space for drawing graphics and animations.