WebIDLpedia

SVGFEDistantLightElement interface

Definition

Filter Effects Module Level 1 defines SVGFEDistantLightElement



[Exposed=Window]
interface SVGFEDistantLightElement : SVGElement {
  readonly attribute SVGAnimatedNumber azimuth;
  readonly attribute SVGAnimatedNumber elevation;
};