SVG document structure: Metadata
Two metadata structures can be defined :
The
<desc>
structure allows to specify comments that will
not be rendered
The
<title>
structure contains a title that can be rendered by the players for instance in the window title
Example :
<g>
<title> My picture
</title>
<desc> There is only one rectangle in this picture </desc>
<rect ..... />
</g>
Didier Courtaud
The SVG language
Novembre 2001
15 / 74