Index: trunk/doc/design/03_drawing.html =================================================================== --- trunk/doc/design/03_drawing.html (revision 1479) +++ trunk/doc/design/03_drawing.html (revision 1480) @@ -161,10 +161,10 @@ oid yes   p1 yes x;y coords of the starting point p2 yes x;y coords of the ending point - pen yes   + stroke yes pen to use for drawing the line -

{des3:25} The pen may be unspecified if the line is part of a polygon +

{des3:25} Stroke may be unspecified if the line is part of a polygon outline.

3.2.2. Arc (segment)

@@ -183,7 +183,7 @@ sx, sy no exact x;y coords of the start-point evalid no boolean to indicate whether end-point coord is valid ex, ey no exact x;y coords of the end-point - pen yes   + stroke yes pen to use for drawing the line

{des3:28} The exact endpoint x;y; coords are specified as an optional helper. In @@ -203,7 +203,7 @@ but must preserve the endpoint properties upon other changes or no change. -

{des3:31} The pen may be unspecified if the arc is part of a polygon +

{des3:31} Stroke may be unspecified if the arc is part of a polygon outline.

3.2.3. Spline

@@ -290,13 +290,13 @@
  • the final contour line, including the assumed missing line segments in gaps, must not intersect or touch itself -

    {des3:42} The pen of each outline object is ignored and the outline is +

    {des3:42} Individual stroke of each outline object is ignored and the outline is interpreted as a theoretical, 0 width contour. This theoretical contour is not drawn.

    {des3:43} If the fill property is specified, the polygon is first filled 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 +specified, this pen is used to draw the outline contour of the polygon (rendered after the fill).

    3.2.6. Bitmap