Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule.

  2. A.

     fill()

    B.

     stroke()

    C.

     clip()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The fill() method fills the current drawing (path).The default color is black.


Be The First To Comment