Q47
Which of the following methods adds and connects the point to the cubic bezier curve?
A.
bezierConnect()
B.
bezierCurveTo()
AnswerC.
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.