Path: blob/main/files/en-us/web/svg/element/fegaussianblur/index.md
6581 views
------{{SVGRef}}
The <feGaussianBlur> SVG filter primitive blurs the input image by the amount specified in {{SVGAttr("stdDeviation")}}, which defines the bell-curve.
Usage context
{{svginfo}}
Attributes
Global attributes
{{SVGAttr("class")}}
{{SVGAttr("style")}}
Specific attributes
{{SVGAttr("in")}}
{{SVGAttr("stdDeviation")}}
{{SVGAttr("edgeMode")}}
DOM Interface
This element implements the {{domxref("SVGFEGaussianBlurElement")}} interface.
Example
Simple example
SVG
Result
{{EmbedLiveSample("Simple_example",232,124,"/files/4227/feGaussianBlur.png")}}
Drop shadow example
SVG
Result
{{EmbedLiveSample("Drop_shadow_example",125,124,"/files/4229/feGaussianBlur-dropshadow.png")}}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{SVGElement("filter")}}
{{SVGElement("feBlend")}}
{{SVGElement("feColorMatrix")}}
{{SVGElement("feComponentTransfer")}}
{{SVGElement("feComposite")}}
{{SVGElement("feConvolveMatrix")}}
{{SVGElement("feDiffuseLighting")}}
{{SVGElement("feDisplacementMap")}}
{{SVGElement("feFlood")}}
{{SVGElement("feImage")}}
{{SVGElement("feMerge")}}
{{SVGElement("feMorphology")}}
{{SVGElement("feOffset")}}
{{SVGElement("feSpecularLighting")}}
{{SVGElement("feTile")}}
{{SVGElement("feTurbulence")}}