The feMerge filter allows filter effects to be applied concurrently instead of sequentially. This is achieved by other filters storing their output via the
result
attribute and then accessing it in a
<feMergeNode>
child.
Documentation for this class was provided by
MDN.