Which property of SVG restricts the region to which paint can be applied?
A
animateTransform
B
clip-Path
C
linearGradient
D
radialGradient
Correct Answer: clip-Path
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.