feoffset: Create a feOffset SVG Filter Primitive

Description Usage Arguments

View source: R/draw.R

Description

The filter primitive allows to offset the input image.

Usage

1
feoffset(dx = 0, dy = 0, `in`, result, collapse = "\n")

Arguments

dx

expression specifying the offset of the image on the x-axis.

dy

expression specifying the offset of the image on the y-axis.

'in'

expression specifying the input of the filter primitive.

result

expression naming the output.

collapse

see \link{paste}.


be-pr/drawsvg documentation built on Dec. 8, 2020, 3:34 a.m.