HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

feOffset

Description

The feOffset element for SVG specifies the offset of the input image.

Syntax

Attributes

dx

Specifies the amount to offset the input graphic along the x-axis.

Value
<number>
Default
0

dy

Specifies the amount to offset the input graphic along the y-axis.

Value
<number>
Default
0

in

Specifies the input for the filter primitive.

If no value is provided and this is the first filter primitive, then this filter primitive will use SourceGraphic as its input. If no value is provided and this is a subsequent filter primitive, then this filter primitive will use the result from the previous filter primitive as its input.

Value
SourceGraphic | SourceAlpha | BackgroundImage | BackgroundAlpha | FillPaint | StrokePaint | <filter-primitive-reference>
Default
SourceGraphic (or result)

Examples

dx

<number>

dy

<number>

in

BackgroundAlpha

BackgroundImage

FillPaint

<filter-primitive-reference>

SourceAlpha

SourceGraphic

StrokePaint