Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
<feTile>

Defines a filter primitive that tiles the input image across the output region.

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">
<feFlood flood-color="seagreen" x="28" y="28" width="10" height="10"/>
<feOffset dx="5" dy="5"/>
<feTile/>
</filter>

Source tile feTile output region

This element takes no attributes of its own.

Inherits standard filter primitive attributes (in, result, x, y, width, height) from donner::svg::SVGFilterPrimitiveStandardAttributes.