Vidyalelo
HTML · Q45

HTML5

Programming · HTML · question 45

Q45

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.

A.
fill()
B.
stroke()
C.
clip()
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The clip() method clips a region of any shape and size from the original canvas.