Index: thermal.c =================================================================== --- thermal.c (revision 12602) +++ thermal.c (revision 12603) @@ -522,6 +522,7 @@ return NULL; pcb_poly_iterate_polyarea(shp->data.poly.pa, &it); pcb_poly_pa_clearance_construct(&pres, &it, ps->Clearance); + pcb_polyarea_move(pres, ps->x, ps->y); return pres; } return NULL;