Back to Content

SVGFEPointLightElement

files/en-us/web/api/svgfepointlightelement/index.md

latest1.0 KB
Original Source

{{APIRef("SVG")}}

The SVGFEPointLightElement interface corresponds to the {{SVGElement("fePointLight")}} element.

{{InheritanceDiagram}}

Instance properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

  • {{domxref("SVGFEPointLightElement.x")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
  • {{domxref("SVGFEPointLightElement.y")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
  • {{domxref("SVGFEPointLightElement.z")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("z")}} attribute of the given element.

Instance methods

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{SVGElement("fePointLight")}}