feOffset element | SVGFEOffsetElement object
Offsets the input image relative to the image's current position by a specified value. Frequently used to create drop shadow effects.
![]() ![]() |
Syntax
<feOffset result = "offOut" in = "SourceGraphic" dx = "15" dy = "20"/>
DOM Information
Inheritance Hierarchy
Node
Element
SVGElement
SVGFEOffsetElement
Members
The SVGFEOffsetElement object has these types of members:
Properties
The SVGFEOffsetElement object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Gets the dx attribute on the given element. | ||
|
Gets the dy attribute on the given element. | ||
|
Gets or sets the height of an element. | ||
| Read-only |
Identifies input for the given filter primitive. | |
| 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 the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.24
See also
Show:

