Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths?

  2. A.

     closePath()

    B.

     beginPath()

    C.

     moveTo(x, y)

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The beginPath() method begins a path, or resets the current path.


Be The First To Comment