-
Which element serves as a container for atomic filter operations?
-
- feimage
- feblend
- tref
- filter
- 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.