Q46
The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule.
A.
fill()
AnswerB.
stroke()
C.
clip()
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
The fill() method fills the current drawing (path).The default color is black.