-
Which property of SVG restricts the region to which paint can be applied?
-
- radialGradient
- linearGradient
- animateTransform
- clip-Path
- None of these
Correct Option: D
Allowing animation to control translation, scaling or rotation is done by animateTransform element. A clipping path is defined by clip-path element. A clipping path is defined with a clipPath element. A clipping path is used/referenced using the clip-path property. A radialGradient lets authors define radial gradients to fill or stroke graphical elements.