web api interface
SVGFEGaussianBlurElement
The SVGFEGaussianBlurElement interface corresponds to the <feGaussianBlur> element.
Instance properties
This interface also inherits properties from its parent interface, SVGElement.
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.
- : An
heightRead only- : An
SVGAnimatedLengthcorresponding to theheightattribute of the given element.
- : An
in1Read only- : An
SVGAnimatedStringcorresponding to theinattribute of the given element.
- : An
resultRead only- : An
SVGAnimatedStringcorresponding to theresultattribute of the given element.
- : An
stdDeviationXRead only- : An
SVGAnimatedNumbercorresponding to the (possibly automatically computed) X component of thestdDeviationattribute of the given element.
- : An
stdDeviationYRead only- : An
SVGAnimatedNumbercorresponding to the (possibly automatically computed) Y component of thestdDeviationattribute of the given element.
- : An
widthRead only- : An
SVGAnimatedLengthcorresponding to thewidthattribute of the given element.
- : An
xRead only- : An
SVGAnimatedLengthcorresponding to thexattribute of the given element.
- : An
yRead only- : An
SVGAnimatedLengthcorresponding to theyattribute of the given element.
- : An
Instance methods
This interface also inherits methods of its parent, SVGElement.
setStdDeviation()- : Sets the values for the
stdDeviationattribute.
- : Sets the values for the
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.