7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 00:34:47 +00:00
kicad/common/import_gfx
Seth Hillbrand e0fc7b2b88 Some fixes for DXF import
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
2024-08-21 16:24:13 -07:00
..
examples Move parts of import_gfx to common. 2023-08-18 22:43:54 +03:00
dxf_import_plugin.cpp Some fixes for DXF import 2024-08-21 16:24:13 -07:00
dxf_import_plugin.h Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
graphics_import_mgr.cpp Simplify Import Graphics. 2023-10-19 01:31:13 +01:00
graphics_import_mgr.h Simplify Import Graphics. 2023-10-19 01:31:13 +01:00
graphics_import_plugin.h Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
graphics_importer_buffer.cpp Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
graphics_importer_buffer.h Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
graphics_importer.cpp Report unsupported DXF features on import. 2023-09-25 16:21:11 +01:00
graphics_importer.h Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
svg_import_plugin.cpp Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
svg_import_plugin.h Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00