Index: trunk/src_plugins/io_mentor_cell/read.c =================================================================== --- trunk/src_plugins/io_mentor_cell/read.c (revision 32056) +++ trunk/src_plugins/io_mentor_cell/read.c (revision 32057) @@ -557,9 +557,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);