Vidyalelo
HTML · Q74

HTML5

Programming · HTML · question 74

Q74

Which property of SVG restricts the region to which paint can be applied?

A.
animateTransform
B.
clip-Path
Answer
C.
linearGradient
D.
radialGradient

Answer: Option B

Solution

Answer: Option B
Solution:
A clipping path is defined with a clipPath element. A clipping path is used/referenced using the clip-path property.