![]() |
VOOZH | about |
SVG stands for Scalable Vector Graphic. It can be used to make graphics and animations like in HTML canvas.
<feBlend> element is used to combines two images or SVG fragments into a single graphic. It executes a pixel-wise combination of two input SVG fragments or images.
Syntax:
<feBlend in="" in2="" mode=""/>
Attributes:
Example 1:
Output:
π ImageExample 2:
Output:
π Image