feTile:
Fill a rectangle with a tiled pattern of an input image.
Description
This filter primitive fills a target rectangle with a repeated, tiled
pattern of an input image. The target rectangle is as large as the
filter primitive subregion established by the x
, y
,
width
and height
arguments that are passed onto
fe
by feTile
.
Usage
feTile(input = NA, ...)
Arguments
input
Identifies an input for this filter primtive. See
filterInputs
.
...
Further arguments to be passed onto fe
.
Details
For more information about this primitive, consult the reference to
the SVG specification.