Donner
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
"<feBlend>"
Defines a filter primitive that composites two input images using blend modes.
DOM object:
SVGFEBlendElement
SVG2 spec:
https://www.w3.org/TR/filter-effects/#feBlendElement
Example usage:
<
filter
id
=
"Multiply"
>
<
feFlood
flood-color
=
"red"
result
=
"red"
/>
<
feBlend
in
=
"SourceGraphic"
in2
=
"red"
mode
=
"multiply"
/>
</
filter
>
Generated by
1.15.0