svg:feDistantLightType

Complex Type Information

Model

Children: svg:animate, svg:set

Attributes

QName Type Fixed Default Use Inheritable Annotation
azimuth double optional
base optional
elevation double optional
id ID optional

Used By

Source

<complexType name="feDistantLightType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attribute name="azimuth" type="double" use="optional"/>
  <attribute name="elevation" type="double" use="optional"/>
</complexType>