fegaussianblur: Create a feGaussianBlur SVG Filter Primitive

Description Usage Arguments

View source: R/draw.R

Description

The returned filter primitive blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.

Usage

1
fegaussianblur(`in`, stdDeviation, edgeMode, result, collapse = "\n")

Arguments

in

expression specifying the input to the filter primitive.

stdDeviation

expression defining the standard deviation for the blur operation.

edgeMode

expression with possible values duplicate, wrap and none.

result

expression naming the output.

collapse

see \link{paste}.


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