feTile | R Documentation |
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
.
feTile(input = NA, ...)
input |
Identifies an input for this filter primtive. See
|
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.tile
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feTileElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.