mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
SHAPE_ARC::IntersectLine() fails when one of the arcs start points is on the center point of the other -- in this case we can't extend the line to the arc intersection because one point does not define a line.... Fixes https://gitlab.com/kicad/code/kicad/issues/12609