pointsAtZ attribute | pointsAtZ property
Gets a value that specifies the z location in the coordinate system established by attribute primitiveUnits on the filter element of the point at which the light source is pointing.
This property is read-only.
![]() ![]() |
Syntax
| HTML |
|---|
<element pointsAtZ="<number>" ... > |
| JavaScript |
|---|
<number> = object.pointsAtZ |
Property values
Type: SVGAnimatedNumber
An SVGAnimatedNumber object that specifies the z location in the coordinate system.
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.16
Remarks
If the pointsAtZ attribute is not specified, then the effect is as if a value of 0 were specified.
See also
Show:

