Index: src_plugins/io_pads/read_high.c =================================================================== --- src_plugins/io_pads/read_high.c (revision 34540) +++ src_plugins/io_pads/read_high.c (revision 34541) @@ -277,7 +277,7 @@ lpc.xo = xo; lpc.yo = yo; -TODO("KEEPOUT objects are not handled"); +TODO("''KEEPOUT'' objects are not handled: CIRCUT and COPCUT and COPCIR are polygon holes"); if ((strcmp(ptype, "CIRCLE") == 0) || (strcmp(ptype, "BRDCIR") == 0)) { if ((res = pads_parse_piece_circle(rctx, &lpc, num_crds, 0)) <= 0) return res; }