VOOZH about

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

⇱ SVG FESpotLightElement.pointsAtY Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FESpotLightElement.pointsAtY Property

Last Updated : 30 Mar, 2022

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

Syntax:

var a = FESpotLightElement.pointsAtY

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

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Supported Browsers:

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