| feTile {gridSVG} | R Documentation |
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
|
... |
Further arguments to be passed onto |
Details
For more information about this primitive, consult the reference to the SVG specification.
Value
An fe.tile object.
Author(s)
Simon Potter
References
https://www.w3.org/TR/SVG/filters.html#feTileElement
See Also
[Package gridSVG version 1.7-5 Index]