feTile: Fill a rectangle with a tiled pattern of an input image.

View source: R/filters.R

feTileR 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 filterInputs.

...

Further arguments to be passed onto fe.

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

filterEffect, fe.


gridSVG documentation built on March 31, 2023, 11:17 p.m.