Attribute: LINESTYLE
LINESTYLE = "pen"
This specifies the style of line to be used by any Bezier curve or Polyline found between the element's opening and closing tags.
The pen may take these values:
SOLID |
A continuous unbroken line (the default). |
DOTTED |
Dots and spaces are both one THICKNESS wide. Dots are square or round, depending on the value of LINEEND. |
BROKEN |
Dashes are 3 times the THICKNESS long with spaces of one THICKNESS. Synonym: DASHED. |
CUSTOM,d,s[,d,s...] |
Define a repeating sequence of dashes and spaces as a comma-separated list of up to 20 numbers. |
Links: