Question

What is the starting point of the coordinate system on the canvas?

Question 1 options:

(0, 0) in the top left corner


(100, 100)


(0, 0) in the bottom left corner


(200, 200)

Answers

GPT-4o mini
The starting point of the coordinate system on the canvas is generally **(0, 0) in the top left corner**. This is the most common default for many graphics and rendering systems, such as HTML5 Canvas and many other 2D graphics libraries.