Index: src/obj_text.c =================================================================== --- src/obj_text.c (revision 35897) +++ src/obj_text.c (revision 35898) @@ -996,7 +996,7 @@ pcb_text_bbox(NULL, Text); if (Text->rot < 0) - Text->rot = fmod(360 - Text->rot, 360); + Text->rot = fmod(360 + Text->rot, 360); if (Text->rot > 360) Text->rot = fmod(Text->rot - 360, 360);