feGaussianBlur
feGaussianBlur
This page has been flagged with the following issues:
High-level issues:
Needs Summary: This article does not have a summary. Summaries give a brief overview of the topic and are automatically included on some listing pages that link to this article.
Overview Table
| DOM Interface | SVGElement |
|---|
Needs Examples: This section should include examples.
Notes
Remarks
The Gaussian blur kernel is an approximation of the normalized convolution
G(x,y) = H(x)I(y),
where
H(x) = exp(-x2/ (2s2)) / sqrt(2* pi*s2)
and
I(y) = exp(-y2/ (2t2)) / sqrt(2* pi*t2)
with 's' being the standard deviation in the x direction and 't' being the standard deviation in the y direction, as specified by the stdDeviationX and stdDeviationY properties.
Syntax
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.19
Members
The SVGFEGaussianBlurElement object has these methods:
- setStdDeviation: Sets the standard deviation values used in calculating a Gaussian blur.
The SVGFEGaussianBlurElement object has these properties:
- height: Gets or sets the height of an element.
- in1: Identifies input for the given filter primitive.
- result: Provides a reference for the output result of a filter.
- stdDeviationX: Gets a value that indicates the standard deviation in the x-direction, used in calculating a Gaussian blur.
- stdDeviationY: Gets a value that indicates the standard deviation in the y-direction, used in calculating a Gaussian blur.
- width: Defines the width of an element.
- x: Gets or sets the x-coordinate value.
- y: Gets or sets the y-coordinate value.
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
See also
Related articles
Filters
- feGaussianBlur
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here