SVGFEGaussianBlurElement
Baseline
Widely available
*
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
* Some parts of this feature may have varying levels of support.
The SVGFEGaussianBlurElement interface corresponds to the <feGaussianBlur> element.
Instance properties
This interface also inherits properties from its parent interface, SVGElement.
SVGFEGaussianBlurElement.edgeModeRead only-
An
SVGAnimatedEnumerationthat determines what color values to use when the blur needs to sample pixels beyond the edge of the input image. It reflects theedgeModeattribute of the given<feGaussianBlur>element. SVGFEGaussianBlurElement.heightRead only-
An
SVGAnimatedLengthcorresponding to theheightattribute of the given element. SVGFEGaussianBlurElement.in1Read only-
An
SVGAnimatedStringcorresponding to theinattribute of the given element. SVGFEGaussianBlurElement.resultRead only-
An
SVGAnimatedStringcorresponding to theresultattribute of the given element. SVGFEGaussianBlurElement.stdDeviationXRead only-
An
SVGAnimatedNumbercorresponding to the (possibly automatically computed) X component of thestdDeviationattribute of the given element. SVGFEGaussianBlurElement.stdDeviationYRead only-
An
SVGAnimatedNumbercorresponding to the (possibly automatically computed) Y component of thestdDeviationattribute of the given element. SVGFEGaussianBlurElement.widthRead only-
An
SVGAnimatedLengthcorresponding to thewidthattribute of the given element. SVGFEGaussianBlurElement.xRead only-
An
SVGAnimatedLengthcorresponding to thexattribute of the given element. SVGFEGaussianBlurElement.yRead only-
An
SVGAnimatedLengthcorresponding to theyattribute of the given element.
Instance methods
This interface also inherits methods of its parent, SVGElement.
SVGFEGaussianBlurElement.setStdDeviation()-
Sets the values for the
stdDeviationattribute.
Specifications
| Specification |
|---|
| Filter Effects Module Level 1> # InterfaceSVGFEGaussianBlurElement> |