feBlend element | SVGFEBlendElement object
Composites two objects together using commonly used imaging software blending modes. This method performs a pixel-wise combination of two input images.
![]() ![]() |
Syntax
<feBlend mode="normal" in2="BackgroundImage" in="SourceGraphic"/>
DOM Information
Inheritance Hierarchy
Node
Element
SVGElement
SVGFEBlendElement
Members
The SVGFEBlendElement object has these types of members:
Properties
The SVGFEBlendElement object has these properties.
| Property | Description |
|---|---|
|
Gets or sets the height of an element. | |
|
Identifies input for the given filter primitive. | |
|
The second input image to the blending operation. | |
|
Gets a value that indicates one of the image-blending modes. | |
|
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.3
Build date: 11/21/2012


