feOffset {gridSVG} | R Documentation |
Offset an input image relative to its current position.
Description
This filter primitive offsets the input image relative to its current position in the image space by the specified vector.
This is important for effects like drop shadows.
Usage
feOffset(input = NA,
dx = unit(0, "npc"), dy = unit(0, "npc"),
default.units = "npc", ...)
Arguments
input |
Identifies an input for this filter primtive. See
|
dx |
The amount to offset |
dy |
The amount to offset |
default.units |
A string indicating the default units to use if |
... |
Further arguments to be passed onto |
Details
For more information about this primitive, consult the reference to the SVG specification.
Value
An fe.offset
object.
Author(s)
Simon Potter
References
https://www.w3.org/TR/SVG/filters.html#feOffsetElement
See Also
[Package gridSVG version 1.7-5 Index]