Index: find_geo.c =================================================================== --- find_geo.c (revision 35783) +++ find_geo.c (revision 35784) @@ -763,6 +763,7 @@ line.Point2.X = v->point[0]; line.Point2.Y = v->point[1]; pcb_line_bbox(&line); +TODO("This is very expensive: we could use something cheaper here that checks the two offseted thin line edges and one of the end cap circles"); if (pcb_isc_line_poly_blt(ctx, &line, P2, bloat)) return rnd_true; line.Point1.X = line.Point2.X;