Q. Which of the following methods adds and connects the point to the cubic bezier curve?
β
Correct Answer: (B)
bezierCurveTo()
Explanation: This method adds a new point P to the subpath and connects it to the current point with a cubic Bezier curve.