mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Due to a bug(?) in Clipper2, 45° collinear edges may not be detected. See https://github.com/AngusJohnson/Clipper2/issues/1008 for current status. In the meantime, we pre-process these to remove the extraneous joints preventing our triangulation from getting mixed up Fixes https://gitlab.com/kicad/code/kicad/-/issues/18176