mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
In order to find elements, we need to have bbox correctly set. ::min() for doubles, just gives the smallest positive value. So negative placed graphics don't trigger the right bbox and they get nopped out of existence. Similarly, following the advice from @msteinbeck, we elevate the degree of the spline before converting it to beziers in order to properly represent in KiCad Fixes https://gitlab.com/kicad/code/kicad/-/issues/11153