Definition
Filter Effects Module Level 1 defines SVGFEPointLightElement
[Exposed=Window]
interface SVGFEPointLightElement : SVGElement {
readonly attribute SVGAnimatedNumber x;
readonly attribute SVGAnimatedNumber y;
readonly attribute SVGAnimatedNumber z;
};