InterviewSolution
Saved Bookmarks
| 1. |
Which of the following methods adds and connects the point to the cubic bezier curve?(a) bezierConnect()(b) bezierCurveTo()(c) Connectbezier()(d) bezierTo()I had been asked this question in homework.I need to ask this question from JavaScript with WebPageTest in division Performance Measures in JavaScript of JavaScript |
|
Answer» Correct option is (B) bezierCurveTo() |
|