feOffset | R Documentation |
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.
feOffset(input = NA,
dx = unit(0, "npc"), dy = unit(0, "npc"),
default.units = "npc", ...)
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 |
For more information about this primitive, consult the reference to the SVG specification.
An fe.offset
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feOffsetElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.