1.

Which element serves as a container for atomic filter operations?(a) filter(b) feimage(c) feblend(d) trefThis question was posed to me in unit test.The query is from Scalable Vector Graphics in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

The correct choice is (a) filter

The EXPLANATION is: 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.



Discussion

No Comment Found

Related InterviewSolutions