Home » SVG feComposite Filter

SVG feComposite Filter

by Online Tutorials Library

The <feComposite> Filter

The <feComposite> is used to intersect two images. It takes two inputs, “in” and “in2”. By default, in is the SourceGraphic. The “in” attribute of operator is used to show the result of combining.

Example

Test it Now

Next TopicSVG feBlend Filter

You may also like