svg:stop
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.stop.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 | |
style | [0..1] | svg:StyleSheet.datatype | from group svg:SVG.Style.attrib | |
class | [0..1] | svg:ClassList.datatype | from group svg:SVG.Style.attrib | |
color | [0..1] | svg:Color.datatype | from group svg:SVG.color.attrib | |
color-interpolation | [0..1] | Anonymous | from group svg:SVG.color-interpolation.attrib | |
color-rendering | [0..1] | Anonymous | from group svg:SVG.color-rendering.attrib | |
stop-color | [0..1] | svg:SVGColor.datatype | from group svg:SVG.Gradient.attrib | |
stop-opacity | [0..1] | svg:OpacityValue.datatype | from group svg:SVG.Gradient.attrib | |
offset | [1..1] | svg:NumberOrPercentage.datatype | from group svg:attlist.stop |
Used in
- Anonymous type of element svg:linearGradient via extension of svg:SVG.linearGradient.content
- Anonymous type of element svg:radialGradient via extension of svg:SVG.radialGradient.content
- Type svg:SVG.linearGradient.content
- Type svg:SVG.radialGradient.content
Sample instance
<svg:stop offset="string"> <svg:animate attributeName="any text content"> <svg:desc>Any text</svg:desc> </svg:animate> </svg:stop>