Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 36590) +++ trunk/doc/user/09_appendix/action_details.html (revision 36591) @@ -1308,27 +1308,33 @@ - arg + arg description - move dx dy + move, dx, dy translate coordinates by dx;dy coords - shear sx sy + shear, sx, sy shear coordinates by a factor of sx;sy (floating point numbers in decimal format); arc angles are not changed, only center point is moved - scale sx sy + scale, sx, sy - scale coordinates by a factor of sx;sy (floating point numbers in decimal format); arc radius is not scaled, only centerpoint is moved + scale coordinates by a factor of sx;sy (floating point numbers in decimal format); arc radius is not scaled, only centerpoint is moved + + + + rotate, ang + + rotate objects by ang degrees; arc angles are not changed, only center point is rotated; positive angles rotate CCW

Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 36590) +++ trunk/doc/user/09_appendix/action_reference.html (revision 36591) @@ -13,7 +13,7 @@ Index: trunk/doc/user/09_appendix/action_src/fontxform.html =================================================================== --- trunk/doc/user/09_appendix/action_src/fontxform.html (revision 36590) +++ trunk/doc/user/09_appendix/action_src/fontxform.html (revision 36591) @@ -8,11 +8,11 @@

Transformation arguments:

-This is pcb-rnd 3.0.6-dev (svn r36456) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 3.2.0 , Revision: 36586 +This is pcb-rnd 3.0.6-dev (svn r36456) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 3.2.0 , Revision: 36590
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
-
arg description -
move dx dy translate coordinates by dx;dy coords -
shear sx sy shear coordinates by a factor of sx;sy (floating point numbers in decimal format); arc angles are not changed, only center point is moved -
scale sx sy scale coordinates by a factor of sx;sy (floating point numbers in decimal format); arc radius is not scaled, only centerpoint is moved -
rotate ang rotate objects by ang degrees; arc angles are not changed, only center point is rotated; positive angles rotate CCW +
arg description +
move, dx, dy translate coordinates by dx;dy coords +
shear, sx, sy shear coordinates by a factor of sx;sy (floating point numbers in decimal format); arc angles are not changed, only center point is moved +
scale, sx, sy scale coordinates by a factor of sx;sy (floating point numbers in decimal format); arc radius is not scaled, only centerpoint is moved +
rotate, ang rotate objects by ang degrees; arc angles are not changed, only center point is rotated; positive angles rotate CCW

Example: