Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. The ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule.

  2. A.

     fill()

    B.

     stroke()

    C.

     clip()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The clip() method clips a region of any shape and size from the original canvas.


Be The First To Comment