mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 00:34:47 +00:00
e0fc7b2b88
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 |
||
---|---|---|
.. | ||
examples | ||
dxf_import_plugin.cpp | ||
dxf_import_plugin.h | ||
graphics_import_mgr.cpp | ||
graphics_import_mgr.h | ||
graphics_import_plugin.h | ||
graphics_importer_buffer.cpp | ||
graphics_importer_buffer.h | ||
graphics_importer.cpp | ||
graphics_importer.h | ||
svg_import_plugin.cpp | ||
svg_import_plugin.h |