Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 1971) +++ 03_drawing.html (revision 1972) @@ -406,6 +406,9 @@ memb yes list of 1 or more member objects; these drawing objects are the children of the group node rot yes rotation angle around x;y; can be 0 for no rotation x, y yes x;y offset; can be 0;0 for no action + mirx no boolean; mirror X coords (mirror over y axis); default is false if not specified + miry no boolean; mirror Y coords (mirror over x axis); default is false if not specified +

@@ -417,7 +420,8 @@

{des3:56} The list of members consist of 1 or more atoms or composites. If the rotation angle is specified, first the coordinates of members are -rotated around the rotation center. If the offset is specified, the +rotated around the rotation center. If any of the mir* fields are true, +mirroring is performed then. If the offset is specified, the coordinates of members are shifted by the offset before the rendering.

3.3.2. The group_ref object

@@ -434,6 +438,8 @@
ref yes reference to an existing group
rot yes rotation angle around x;y; can be 0 for no rotation
x, y yes x;y offset; can be 0;0 for no action +
mirx no boolean; mirror X coords (mirror over y axis); default is false if not specified +
miry no boolean; mirror Y coords (mirror over x axis); default is false if not specified

{des3:59} The same attributes are available as for the group object.