Index: draw_ly_spec.c =================================================================== --- draw_ly_spec.c (revision 29427) +++ draw_ly_spec.c (revision 29428) @@ -71,6 +71,7 @@ comp_draw_layer(&cctx, pcb_draw_paste_auto_, &side); comp_finish(&cctx); } + info->xform = NULL; info->layer = NULL; } /******** mask ********/ @@ -115,6 +116,7 @@ else comp_draw_layer(&cctx, pcb_draw_mask_auto, &side); comp_finish(&cctx); + info->xform = NULL; info->layer = NULL; } /******** silk ********/