Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 1478) +++ 03_drawing.html (revision 1479) @@ -273,8 +273,8 @@ property mandatory description oid yes   outline yes list of atoms, see below; these atoms are the children of the polygon in the data tree - pen no pen or unspecified if no stroke is required - fill no color or unspecified if no fill is required + stroke no pen or unspecified if no stroke is required + fill no pen or unspecified if no fill is required

{des3:40} The outline is an ordered list of lines, arcs and splines that specify the contour. The list is specified in CCW on both drawing object level and @@ -295,7 +295,7 @@ is not drawn.

{des3:43} If the fill property is specified, the polygon is first filled -with the desired color. If the pen property of the polygon is +with the color of the fill pen. If the stroke property of the polygon is specified, this pen is used to draw the contour of the polygon (rendered after the fill). @@ -474,7 +474,7 @@ indirect yes "local lib" group for invisible objects, oid=1 direct yes group for visible objects, oid=2 - dflt_fill yes default fill color (see above at common drawing object properties) + dflt_fill yes default fill pen (see above at common drawing object properties) dflt_font no default font description hint (see above at font) dflt_font_size no default font size hint (see above at font) dflt_font_style no default font style hint (see above at font)