feMerge element | SVGFEMergeElement object
Composites input layers on top of each other using the over operator. The first input (input1) is on the bottom layer, with the last input specified on the top. This primitive can provide a more convenient method of collapsing layers than using a composite primitive. The feMerge element can have any number in attributes specified with feMergeNode sub-elements.
![]() ![]() |
Syntax
<feMerge> <feMergeNode in="C2"/> <feMergeNode in="C1"/> <feMergeNode in="SourceGraphic"/> </feMerge>
DOM Information
Inheritance Hierarchy
Node
Element
SVGElement
SVGFEMergeElement
Members
The SVGFEMergeElement object has these types of members:
Properties
The SVGFEMergeElement object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Gets or sets the height of an element. | ||
| Read-only |
Provides a reference for the output result of a filter. | |
|
Defines the width of an element. | ||
|
Gets or sets the x-coordinate value. | ||
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.21
See also
Show:

