Learn R Programming

gridSVG (version 1.5-0)

feGaussianBlur: Apply a Gaussian blur to an image.

Description

This filter effect primitive performs a Gaussian blur on the input image.

Usage

feGaussianBlur(input = NA, sd = 0, ...)

Arguments

input
Identifies an input for this filter primtive. See filterInputs.
sd
The value of sd can be a numeric vector with either one or two elements. If two numbers are provided, the first number represents a standard deviation value along the x-axis of the current coordinate system and the second value represents a standard deviation in Y. If one number is provided, then that value is used for both X and Y.
...
Further arguments to be passed onto fe.

Value

An fe.gaussian.blur object.

Details

For more information about this primitive, consult the reference to the SVG specification.

References

http://www.w3.org/TR/SVG/filters.html#feGaussianBlurElement

See Also

filterEffect, fe.