VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-fedropshadow-stddeviationy-property/

⇱ SVG FEDropShadow.stdDeviationY Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FEDropShadow.stdDeviationY Property

Last Updated : 30 Mar, 2022

The SVG FEDropShadow.stdDeviationY property returns the SVGAnimatedNumber object corresponding to the stdDeviationY component of the FEDisplacementMap.stdDeviationY element.

Syntax:

var a = FEDropShadow.stdDeviationY

Return value: This property returns the SVGAnimatedNumber object corresponding to the stdDeviationY component of the FEDisplacementMap.stdDeviationY element.

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Supported Browsers:

  • Google Chrome
  • Edge
  • Firefox
  • Safari
  • Opera

Reference: https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDropShadowElement

Comment