Back to Content

SVGFEDistantLightElement

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

latest915 B
Original Source

{{APIRef("SVG")}}

The SVGFEDistantLightElement interface corresponds to the {{SVGElement("feDistantLight")}} element.

{{InheritanceDiagram}}

Instance properties

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

  • {{domxref("SVGFEDistantLightElement.azimuth")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("azimuth")}} attribute of the given element.
  • {{domxref("SVGFEDistantLightElement.elevation")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("elevation")}} 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("feDistantLight")}}