Home » HTML » HTML Graphics » Question
  1. Which property of SVG restricts the region to which paint can be applied?
    1. radialGradient
    2. linearGradient
    3. animateTransform
    4. clip-Path
    5. 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.



Your comments will be displayed only after manual approval.