svg:feSpotLight
Element information
Namespace: http://www.w3.org/2000/svg
Schema document: svg11-flat-20030114.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
from type svg:SVG.feSpotLight.content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group svg:SVG.id.attrib | |
xml:base | [0..1] | xsd:anyURI | from group svg:SVG.base.attrib | |
xml:lang | [0..1] | Anonymous | from group svg:SVG.lang.attrib | |
xml:space | [0..1] | Anonymous | from group svg:SVG.space.attrib | |
x | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
y | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
z | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
pointsAtX | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
pointsAtY | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
pointsAtZ | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
specularExponent | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight | |
limitingConeAngle | [0..1] | svg:Number.datatype | from group svg:attlist.feSpotLight |
Used in
- Anonymous type of element svg:feDiffuseLighting via extension of svg:SVG.feDiffuseLighting.content
- Anonymous type of element svg:feSpecularLighting via extension of svg:SVG.feSpecularLighting.content
- Type svg:SVG.feDiffuseLighting.content
- Type svg:SVG.feSpecularLighting.content
Sample instance
<svg:feSpotLight> <svg:animate attributeName="any text content"> <svg:desc>Any text</svg:desc> </svg:animate> </svg:feSpotLight>