svg:feSpotLightType

Complex Type Information

Model

Children: svg:animate, svg:set

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
id ID optional
limitingConeAngle double optional
pointsAtX double optional
pointsAtY double optional
pointsAtZ double optional
specularExponent double optional
x double optional
y double optional
z double optional

Used By

Element svg:feSpotLight

Source

<complexType name="feSpotLightType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attribute name="x" type="double" use="optional"/>
  <attribute name="y" type="double" use="optional"/>
  <attribute name="z" type="double" use="optional"/>
  <attribute name="pointsAtX" type="double" use="optional"/>
  <attribute name="pointsAtY" type="double" use="optional"/>
  <attribute name="pointsAtZ" type="double" use="optional"/>
  <attribute name="specularExponent" type="double" use="optional"/>
  <attribute name="limitingConeAngle" type="double" use="optional"/>
</complexType>