VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-fegaussionblur-stddeviationx-property/

⇱ SVG FEGaussionBlur.stdDeviationX Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FEGaussionBlur.stdDeviationX Property

Last Updated : 30 Mar, 2022

The SVG FEGaussionBlur.stdDeviationX property returns the SVGAnimatedNumber object corresponding to the stdDeviationX component of the FEGaussionBlur.stdDeviationX element.

Syntax:

var a = FEGaussionBlur.stdDeviationX

Return value: This property returns the SVGAnimatedNumber object corresponding to the stdDeviationX component of the FEGaussionBlur.stdDeviationX element

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Supported Browsers:

  • Google Chrome
  • Edge
  • Firefox
  • Safari
  • Opera
Comment