11.
How does arcTo differ from lineTo?
12.
What is the purpose of the radius parameter in arcTo?
13.
Which method is used to create curves in HTML canvas?
14.
What is the purpose of the moveTo method in a path?
15.
When using bezierCurveTo, how many control points are required?
16.
What is the purpose of the arcTo method?
17.
Which of the following statements about bezierCurveTo is correct?
18.
What happens if you use moveTo without subsequent drawing commands?
19.
What is the purpose of the lineTo method?