stdDeviationX attribute | stdDeviationX property
Gets a value that indicates the standard deviation in the x-direction, used in calculating a Gaussian blur.
This property is read-only.
![]() ![]() |
Syntax
| HTML |
|---|
<element stdDeviationX="<number>" ... > |
| JavaScript |
|---|
<number> = object.stdDeviationX |
Property values
Type: SVGAnimatedNumber
A floating point value that indicates the standard deviation in the x-direction.
| Value | Condition |
|---|---|
|
The standard deviation in the x-direction. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.19
See also
Show:

