Index: src_plugins/io_pads/delay_create.c =================================================================== --- src_plugins/io_pads/delay_create.c (revision 34564) +++ src_plugins/io_pads/delay_create.c (revision 34565) @@ -375,6 +375,8 @@ pcb_poly_t *poly = pcb_poly_alloc(ly); rnd_coord_t *cp = obj->val.obj.obj.poly.xy.array; + poly->Flags = pcb_flag_make(PCB_FLAG_CLEARPOLY); + /* Some callers will draw a closed polygon, repeating the first point as the last. In this case remove the last point to avoid self intersecting poly */ last = obj->val.obj.obj.poly.xy.used - 2;