Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 1747) +++ 03_drawing.html (revision 1748) @@ -111,6 +111,7 @@ font_family no hint: font family name for text objects (string) font_style no hint: font style for text objects (string; e.g. bold, italic) dash no dash pattern + dash_period no length in coords a full dash pattern cycle

{des3:17} When using a pen, the base geomerty is specified as the single, 0 @@ -121,7 +122,9 @@ line is 2+10+2=14 units.

{des3:18} Dash pattern: an unsigned 16 bit integer, a bit pattern, each -bit represents a tip sized unit in length. TODO: specify corner cases +bit represents 1/16 dash_period long stroke, 1 means draw, 0 means invisible. +If dash value is 0x00 or 0xFF or dash is not specified, solid stroke is drawn. +If dash_period is not specified, it is (tip size)*128.

{des3:74} Pens are defined per group. When an object refers to a pen, it uses the name of the pen. The pen is searched first in the group of