Learn R Programming

gridSVG (version 1.5-0)

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.

Value

An fe.tile object.

Details

For more information about this primitive, consult the reference to the SVG specification.

References

http://www.w3.org/TR/SVG/filters.html#feTileElement

See Also

filterEffect, fe.