Index: draw_csect.c =================================================================== --- draw_csect.c (revision 8930) +++ draw_csect.c (revision 8931) @@ -100,8 +100,10 @@ t.fid = 0; /* use the default font */ t.Flags = pcb_no_flags(); - pcb_gui->set_color(gc, bgcolor); - DrawTextLowLevel(&t, 1000000); + if (pcb_gui->gui) { /* it is unreadable on black&white and on most exporters */ + pcb_gui->set_color(gc, bgcolor); + DrawTextLowLevel(&t, 1000000); + } pcb_gui->set_color(gc, fgcolor); DrawTextLowLevel(&t, 0);