78
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
Next TopicSVG feBlend Filter