Index: obj_poly_draw_helper.c =================================================================== --- obj_poly_draw_helper.c (revision 30977) +++ obj_poly_draw_helper.c (revision 30978) @@ -98,7 +98,7 @@ if (i < 3) { pcb_hid_set_line_width(gc, PCB_MM_TO_COORD(0.01)); - pcb_hid_set_line_cap(gc, pcb_cap_round); + pcb_hid_set_line_cap(gc, rnd_cap_round); pcb_render->draw_line(gc, last_x, last_y, this_x, this_y); } else @@ -114,7 +114,7 @@ pcb_hid_set_line_width(gc, 0); - pcb_hid_set_line_cap(gc, pcb_cap_round); + pcb_hid_set_line_cap(gc, rnd_cap_round); /* If the contour is round, use an arc drawing routine. */ if (pl->is_round) {