Haxe API Documentation
Back | Index
extern class js.html.svg.FEMergeElement
extends Element
Available in js
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.
Back | Index