VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-fespotlightelement-x-property/

⇱ SVG FESpotLightElement.x Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FESpotLightElement.x Property

Last Updated : 30 Mar, 2022

The SVG FESpotLightElement.x property returns the SVGAnimatedNumber object corresponding to the x attribute of the FESpotLightElement.x element.

Syntax:

var a = FESpotLightElement.x

Return value: This property returns the SVGAnimatedNumber object corresponding to the x attribute of the FESpotLightElement.x element.

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Supported Browsers:

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