Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     bezierCurveTo()

    B.

     arcTo()

    C.

     arc()

    D.

     all of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The arc() method adds an arc to the current subpath.


Be The First To Comment