Files
kicad-source-mirror/libs
Seth Hillbrand 4229bfff2a Include midpoint in SHAPE_ARC bounding box
For huge-radius arcs the quadrant points are skipped, so
the bounding box only contained the start and end points.
The segment-based Collide fallback generates candidates
near the midpoint, but the BBox pre-check in the point
Collide rejected them as out of bounds. Always including
m_mid in the point set fixes these false negatives.
2026-02-18 20:16:44 -08:00
..
2026-02-01 19:49:35 +01:00