Vidyalelo
JavaScript · Q47

Performance Measures

Programming · JavaScript · question 47

Q47

Which of the following methods adds and connects the point to the cubic bezier curve?

A.
bezierConnect()
B.
bezierCurveTo()
Answer
C.
Connectbezier()
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
This method adds a new point P to the subpath and connects it to the current point with a cubic Bezier curve.