Which of the following methods adds an arc to the current subpath?
A
bezierCurveTo()
B
arcTo()
C
arc()
D
Curve()
Correct Answer: arc()
The arc() method adds an arc to the current subpath. The arc() function is fined in the canvas method.