Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 1350) +++ 03_drawing.html (revision 1351) @@ -103,11 +103,10 @@

{des3:16} pen properties
property mandatory description -
oid yes   +
name yes string: name assigned by the user; used for addressing pens; unique within the group
tip shape yes circle (also called round) or square; when square, an edge of the square is always aligned with the stroke direction
tip size yes circle diameter or square edge length in coordinates
color yes   -
name no string: arbitrary name assigned by the user; can be used for addressing pens
dash no dash pattern
@@ -122,7 +121,7 @@ bit represents a tip sized unit in length. TODO: specify corner cases

{des3:74} Pens are defined per group. When an object refers to a pen, -it uses the oid or name of the pen. The pen is searched first in the group of +it uses the name of the pen. The pen is searched first in the group of the object; if not found, in the parent group, then in the grandparent group, etc. If no pen with the given oid (or name) is found when reaching the root, a warning is issued and a safe default pen is used. Index: 03_drawing_imp.html =================================================================== --- 03_drawing_imp.html (revision 1350) +++ 03_drawing_imp.html (revision 1351) @@ -119,27 +119,26 @@ by using the pen fallback mechanism:

{imp3:19} the convention for centrally defined pens -
ID usage -
1 default sheet decoration -
2 default sheet title-box and out-of-band annotations -
3 default wire-net (wiring) -
4 default bus (wiring) -
5 default terminal -
6 default bus terminal -
7 default hubs and connection graphics for wire-nets -
8 default symbol decoration lines -
9 default symbol primary data text (e.g. refdes, value) -
10 default symbol secondary data text (e.g. devmap, footprint) -
11 default terminal primary data text (e.g. number, name) -
12 default terminal secondary data text -
13 default wire-net junction mark +
name usage +
sheet-decor default sheet decoration +
sheet-title default sheet title-box and out-of-band annotations +
wire default wire-net (wiring) +
bus default bus (wiring) +
terminal default terminal +
bus-terminal default bus terminal +
hub default hubs and connection graphics for wire-nets +
sym-decor default symbol decoration lines +
sym-primary default symbol primary data text (e.g. refdes, value) +
sym-secondary default symbol secondary data text (e.g. devmap, footprint) +
term-primary default terminal primary data text (e.g. number, name) +
term-secondary default terminal secondary data text +
junction default wire-net junction mark