1.
What does the moveTo method do?
2.
Which method is used to draw a straight line from the current point?
3.
What is the purpose of the arcTo method?
4.
What does the bezierCurveTo method do?
5.
How does the moveTo method differ from lineTo?
6.
When using arcTo, what parameters are required?
7.
What is the main purpose of the lineTo method?
8.
How does bezierCurveTo differ from arcTo?
9.
When using moveTo, what happens if you specify the same point multiple times?
10.
What is the purpose of the control points in bezierCurveTo?