pub struct Merge {
pub inputs: Vec<Input>,
}Expand description
A merge filter primitive.
feMerge element in the SVG.
Fields§
§inputs: Vec<Input>List of input layers that should be merged.
List of feMergeNode’s in the SVG.
pub struct Merge {
pub inputs: Vec<Input>,
}A merge filter primitive.
feMerge element in the SVG.
inputs: Vec<Input>List of input layers that should be merged.
List of feMergeNode’s in the SVG.