feGaussianBlur | R Documentation |
This filter effect primitive performs a Gaussian blur on the input image.
feGaussianBlur(input = NA, sd = 0, ...)
input |
Identifies an input for this filter primtive. See
|
sd |
The value of |
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.gaussian.blur
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feGaussianBlurElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.