Index: read.c =================================================================== --- read.c (revision 31539) +++ read.c (revision 31540) @@ -666,6 +666,10 @@ hkp_error(attr, "Can not find vertical justification of text. Text will be NOT rendered.\n"); return; } + +#if 0 +before enabling this, fix the code: do not ever draw debug on board layers; +if you want to have debug draws, create a dedicated UI layer { rnd_coord_t cl = net_get_clearance(ctx, ly, nc, HKP_CLR_POLY2TRACE, tmp) * 2; @@ -690,8 +694,8 @@ pcb_line_new(ly, xaux3, yaux3, x1, y1, thickness, cl, DEFAULT_OBJ_FLAG); } } +#endif - TODO("we should compensate for HOTIZ_JUST and VERT_JUST but for that we need to figure how big the text is originally"); TODO("HEIGHT should become scale"); TODO("figure what TEXT_OPTIONS we have. One of them is MIRRORED (brd2 example)");