Vidyalelo
HTML · Q46

HTML5

Programming · HTML · question 46

Q46

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

A.
fill()
Answer
B.
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.