Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 3636) +++ 03_drawing.html (revision 3637) @@ -423,7 +423,7 @@ role one of 3.3.3. specify what concrete object the group represents -

{des3:56} The list of members consist of 1 or more atoms or composites. If +

{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 any of the mir* fields are true, mirroring is performed then. If the offset is specified, the @@ -445,6 +445,7 @@ 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 + child_xform no see below

{des3:59} The same attributes are available as for the group object. @@ -453,6 +454,34 @@

{des3:60} The ref field contains a reference oid-path. +

{des3:83} The child_xform field is an unordered list of child +transformations. Each element of the list contains a oid-path of a child +object (relative to the referenced group) and one or more transformation +command. + +

{des3:84} +Each oid-path can be present only once on the list and each transformation +can be present only once in a given entry. + +

+
{des3:85} child_xform transformation commands +
name value type description +
movex coord child is moved (translated) in the X direction +
movey coord child is moved (translated) in the Y direction +
rot angle (deg) child is rotated +
mirx boolean if true, child is mirrored left/right +
miry boolean if true, child is mirrored up/down + +
+ +

{des3:86} +Order of transformations on ech child object: +

+

3.3.3. The role attribute

{des3:61} A group or group_ref is a drawing object, that can be the