|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
Defines a filter primitive that performs a gaussian blur on the input image.
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:
To reference it with a filter:
| Attribute | Default | Description |
|---|---|---|
| in | (previous result) | Input for the filter primitive. |
| stdDeviation | 0 0 | Standard deviation of the blur, in user units. A single value applies to both axes; two values specify X and Y independently. |
| edgeMode | none | How to extend the input image at edges: duplicate, wrap, or none. |