fePointLight element | SVGFEPointLightElement object
Represents a point light source when applying feDiffuseLighting or feSpecularLighting filter effects. FEPointLightElement accepts x, y, and z coordinates.
![]() ![]() |
Syntax
<fePointLight x="60" y="100" z="200"/>
DOM Information
Inheritance Hierarchy
Node
Element
SVGElement
SVGFEPointLightElement
Members
The SVGFEPointLightElement object has these types of members:
Properties
The SVGFEPointLightElement object has these properties.
| Property | Description |
|---|---|
|
Gets or sets the x-coordinate value. | |
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.15
See also
Show:

