SVG document structure
An SVG document is composed of several parts inside a
<svg>
structure
Many
<svg>
structures can be present inside the same document or in dynamic documents created by inclusion of documents with different namespaces
The
<svg>
tag redefines the user space
Attributes of the tag <svg>
x = "x0" ; x coordinate of the upper left corner ( for internal structures )
y = "y0" ; y coordinate for the upper left corner ( for internal structures )
width = "w0" ; width in pixels ( for external structure )
height = "h0" ; height in pixel ( for the external structure )
...
Didier Courtaud
The SVG language
Novembre 2001
9 / 74