kicad/pcbnew/import_gfx
Seth Hillbrand c613f5e2f1 Convert DXF arcs in fp space
Once the arcs are set in pcbnew, they have integer representation and
can accumulate rounding errors.  So we convert the start/end points in
the importer to ensure that the connected points in a DXF remain
connected

Fixes https://gitlab.com/kicad/code/kicad/issues/9827
2021-12-07 10:53:35 -08:00
..
examples
dialog_import_gfx.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
dialog_import_gfx.h Pcbnew header housekeeping round 3. 2021-06-04 13:50:08 -04:00
dialog_import_gfx_base.cpp Cleanup dialog layout & punctuation. 2020-11-23 19:47:55 +00:00
dialog_import_gfx_base.fbp Cleanup dialog layout & punctuation. 2020-11-23 19:47:55 +00:00
dialog_import_gfx_base.h Cleanup dialog layout & punctuation. 2020-11-23 19:47:55 +00:00
dxf_import_plugin.cpp pcbnew: support vertex line start/end width to correctly import certain DXF files 2021-10-25 17:39:09 +02:00
dxf_import_plugin.h pcbnew: use doubles to pass line widths in the DXF importer as they are expressed in DXF's units and can case severe rounding errors when passed as ints 2021-10-25 17:36:04 +02:00
graphics_import_mgr.cpp Use kicad_algo directly rather than common.h 2020-10-24 08:53:11 -04:00
graphics_import_mgr.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
graphics_import_plugin.h More gracefully handle tinyspline not liking a spline definition 2021-03-24 00:37:01 -04:00
graphics_importer.cpp Catch oom for graphics importer 2021-05-01 14:26:47 -04:00
graphics_importer.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
graphics_importer_buffer.cpp Implement correct placement of DXF block contained entities 2020-11-23 10:10:35 -05:00
graphics_importer_buffer.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
graphics_importer_pcbnew.cpp Convert DXF arcs in fp space 2021-12-07 10:53:35 -08:00
graphics_importer_pcbnew.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
svg_import_plugin.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
svg_import_plugin.h Fix minor Coverity warnings 2021-03-25 09:12:24 +01:00