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

Fetches image data from an external resource or renders a referenced SVG element, and provides the pixel data as the filter primitive output.

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">
<feImage href="texture.png" />
</filter>