Q48
Which of the following methods adds an arc to the current subpath?
A.
bezierCurveTo()
B.
arcTo()
C.
arc()
AnswerD.
all of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The arc() method adds an arc to the current subpath.