VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-fepointlight-element/

⇱ SVG fePointLight Element - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG fePointLight Element

Last Updated : 6 Apr, 2022

The <fePointLight> filter primitive defines a light source which allows to create a point light effect.

Syntax:

<fePointLight x="" y="" z="" />

Attributes :

  • x: It defines a x-axis coordinate in the user coordinate system.
  • y: It defines a y-axis coordinate in the user coordinate system.
  • z: It defines a z-axis coordinate in the user coordinate system.

Example:

Output:

👁 Image

Example 2:

Output:

👁 Image

Example 3:

Output:

👁 Image
Comment
Article Tags: