SVG <feMergeNode> Tag (original) (raw)
Last Updated : 31 Mar, 2022
The SVG element takes the result of another filter which is to be processed by its parent element i.e. feMerge element.
Syntax:
Attributes:
- in: The in attribute identifies input for the given filter primitive.
Example 1:
html `
SVG Filter
`
Output:

Example 2:
html `
SVG Filter
`
Output:
