Canvas Coordinates
The HTML canvas is a two-dimensional grid.
The upper-left corner of the canvas has the coordinates (0,0).
X coordinate increases to the right.
Y coordinate increases toward the bottom of the canvas.
The <canvas> element is only a container for graphics.
Comments
Post a Comment