|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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:
| Attribute | Default | Description |
|---|---|---|
| dx | 0 | Horizontal offset in user units. |
| dy | 0 | Vertical offset in user units. |
Inherits standard filter primitive attributes (in, result, x, y, width, height) from donner::svg::SVGFilterPrimitiveStandardAttributes.