Index: trunk/doc/design/03_drawing.html =================================================================== --- trunk/doc/design/03_drawing.html (revision 1848) +++ trunk/doc/design/03_drawing.html (revision 1849) @@ -230,7 +230,8 @@ property mandatory description oid yes   x1, y1 yes x;y coords of bounding box bottom-left (smaller coords) - x2, y2 no x;y coords of bounding box top-right (larger coords) + x2, y2 no x;y coords of unrotated bounding box top-right (larger coords) + rot no rotation halign yes horizontal alignment, per text line: left, center, right, word-justified, justified text yes string stroke yes pen used to determine color and font properties @@ -237,6 +238,10 @@ dyntext yes boolean; when true, perform dyntext substitution +

{des3:79} Rotation is specified in degrees, taken as 0 if the field is not +specified. Zero means horizontal text, positive degree is CCW rotation around +x1, y1. +

{des3:36} The horizontal alignment is considered only for multiline text where the width of the bounding box matches the width of the widest text line. This property determines how to handle the narrower lines. Word-justified means