feImage element | SVGFEImageElement object
Refers to an image or graphic that is external to the filter element that is loaded and rendered as part of the filter primitive. The image can link to an external image, or reference another snippet of SVG. It produces an image similar to the built in SourceGraphic, except it comes from an external source.
![]() ![]() |
Syntax
<feImage xlink:href = "images/artgraphic.png"/>
DOM Information
Inheritance Hierarchy
Members
The SVGFEImageElement object has these types of members:
Properties
The SVGFEImageElement object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Gets a value that indicates whether referenced resources that are not in the current document are required to correctly render a given element. | ||
|
Gets or sets the height of an element. | ||
| Read-only |
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 a value that specifies the language that is used in the contents and attribute values of an element. | ||
|
Gets or sets a value that indicates whether white space is preserved in character data. | ||
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.20
See also

