VOOZH about

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

⇱ SVG FEDropShadow.dy Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FEDropShadow.dy Property

Last Updated : 30 Mar, 2022

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

Syntax:

var a = FEDropShadow.dy

Return value: This property returns the SVGAnimatedNumber object corresponding to the dy component of the FEDisplacementMap.dy 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