| feMerge | R Documentation |
This filter primitive composites input image layers on top of each other using the "over" operator with "input1" (corresponding to the first child merge node) on the bottom and the last specified input, "inputN" (corresponding to the last child merge node), on top.
feMerge(mergeNodes = NULL, ...)
addMergeNode(fe, mergeNode, after = NA)
feMergeNode(input = NA)
mergeNodes |
A list of |
... |
Further arguments to be passed onto |
fe |
An |
mergeNode |
An |
after |
The position to add |
input |
Identifies an input for this filter primtive. See
|
If you wish to add more merge nodes after an fe.merge object
has been created, use addMergeNode to add merge nodes to
the filter primitive.
For more information about the feMerge primitive, consult the
reference to the SVG specification.
For feMerge, an fe.merge object.
For addMergeNode, an fe.merge object.
For feMergeNode, an fe.merge.node object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feMergeElement
filterEffect, fe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.