VOOZH about

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

⇱ SVG FESpecularLighting.kernelUnitLengthX Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FESpecularLighting.kernelUnitLengthX Property

Last Updated : 30 Mar, 2022

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

Syntax:

var a = FESpecularLighting.kernelUnitLengthX

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

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Example 3: 

Output:

👁 Image

Supported Browsers:

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