Vidyalelo
JavaScript · Q48

Performance Measures

Programming · JavaScript · question 48

Q48

Which of the following methods adds an arc to the current subpath?

A.
bezierCurveTo()
B.
arcTo()
C.
arc()
Answer
D.
all of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The arc() method adds an arc to the current subpath.