Index: read.c =================================================================== --- read.c (revision 32336) +++ read.c (revision 32337) @@ -556,9 +556,7 @@ tmp = find_nth(attr->first_child, "TEXT_OPTIONS", 0); if (tmp != NULL) if (strcmp(tmp->argv[1], "MIRRORED") == 0) { - mirrored = PCB_TXT_MIRROR_Y; - rot = rot + 180; - if (rot > 360) rot = rot - 360; + mirrored = PCB_TXT_MIRROR_X; } tmp = find_nth(attr->first_child, "HEIGHT", 0);