VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-fespecularlighting-surfacescale-property/

⇱ SVG FESpecularLighting.surfaceScale Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FESpecularLighting.surfaceScale Property

Last Updated : 30 Mar, 2022

The SVG FESpecularLighting.surfaceScale property returns the SVGAnimatedNumber object corresponding to the surfaceScale component of the FESpecularLighting.surfaceScale element.

Syntax:

var a = FESpecularLighting.surfaceScale

Return value: This property returns the SVGAnimatedNumber object corresponding to the surfaceScale component of the FESpecularLighting.surfaceScale element.

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Example 3: 

Output:

👁 Image

Supported Browsers:

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