Donner
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
"<feOffset>"

Defines a filter primitive that offsets the input image by (dx, dy).

This element is defined within a "<filter>" element, and is combined with other filter primitives to define a filter applied on the input image.

Example usage:

<filter id="MyFilter">
<feOffset in="SourceGraphic" dx="10" dy="10" />
</filter>