Low level functionnalities
The basic graphical object is a path (
path
)
This path is the outline of a shape for which we can specify :
the thickness
the color
the filling
Syntax :
<path d="path data" nominalLenght="number" />
path data
is a set of elementary drawing commands ( detailled later on )
nominalLenght
is the total length of the path expressed in the user space
Didier Courtaud
The SVG language
Novembre 2001
27 / 74