VOOZH about

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

⇱ SVG FEDropShadow.dx Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FEDropShadow.dx Property

Last Updated : 30 Mar, 2022

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

Syntax:

var a = FEDropShadow.dx

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