Index: read.c =================================================================== --- read.c (revision 30005) +++ read.c (revision 30006) @@ -637,12 +637,12 @@ tmp = find_nth(attr->first_child, "VERT_JUST", 0); if (tmp != NULL) { + pcb_coord_t ymax = height+ymin; TODO( "Consider rotation, using:" " pcb_rotate(pcb_coord_t * x, pcb_coord_t * y, pcb_coord_t cx, pcb_coord_t cy, double cosa, double sina)" "Maybe:" " double sina = sin(-(double)rot / PCB_RAD_TO_DEG), cosa = cos(-(double)rot / PCB_RAD_TO_DEG);"); - pcb_coord_t ymax = height+ymin; if (strcmp(tmp->argv[1], "Top") == 0) { y1 = ty+height; y2 = ty; }