Home » HTML » HTML Graphics » Question
  1. The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element.
    1. clip-Path
    2. animateTransform
    3. script
    4. radialGradient
    5. None of these
Correct Option: D

Script is line of command which are executed by script engine. Allowing animation to control translation, scaling or rotation is done by animateTransform element. A radialGradient lets authors define radial gradients to fill or stroke graphical elements. A clipping path is defined by clip-path element.



Your comments will be displayed only after manual approval.