Home » HTML » HTML Graphics » Question
  1. Which element serves as a container for atomic filter operations?
    1. feimage
    2. feblend
    3. tref
    4. filter
    5. None of these
Correct Option: D

Composition of two images together is done by a primitive filter called feblend. A filter is referenced by using the filter attribute on the target SVG element and is never renderd directly. Fetching of image data from external sources is done by feimage.



Your comments will be displayed only after manual approval.