kicad/pcbnew/import_gfx
jean-pierre charras 88038907fa Pcbnew, graphic importer: do not import 0 length segments and smaller than 20 nm Bezier curves.
Degenerated Bezier curves (i.e. straight lines) are imported as segments.
They create issues in kicad because they are hard to edit and manage.
2022-12-13 20:23:40 +01:00
..
examples
dialog_import_gfx.cpp Take axis inversion into account when importing graphics. Fixes #9351. 2022-11-19 17:25:27 +01:00
dialog_import_gfx.h Move import graphics dialog to UNIT_BINDER. 2022-09-13 00:59:56 +01:00
dialog_import_gfx_base.cpp dialog_dxf_import dialog minor UI fixes 2022-10-10 02:51:24 +00:00
dialog_import_gfx_base.fbp dialog_dxf_import dialog minor UI fixes 2022-10-10 02:51:24 +00:00
dialog_import_gfx_base.h Move import graphics dialog to UNIT_BINDER. 2022-09-13 00:59:56 +01:00
dxf_import_plugin.cpp Change bezier curve iteration to be easier to read 2022-12-06 23:25:04 -05:00
dxf_import_plugin.h More wide-string declarations. 2022-02-05 22:26:31 +00: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 wide-string declarations. 2022-02-05 22:26:31 +00:00
graphics_importer.cpp More wide-string declarations. 2022-02-05 22:26:31 +00:00
graphics_importer.h Free memory in dxf import sooner on bad_alloc 2022-04-02 09:57:30 -04:00
graphics_importer_buffer.cpp Fix some logic errors in importing SVG polygons with holes. 2022-09-27 17:45:21 +01:00
graphics_importer_buffer.h Free memory in dxf import sooner on bad_alloc 2022-04-02 09:57:30 -04:00
graphics_importer_pcbnew.cpp Pcbnew, graphic importer: do not import 0 length segments and smaller than 20 nm Bezier curves. 2022-12-13 20:23:40 +01:00
graphics_importer_pcbnew.h Remove unit-less angles from VECTOR2I/D APIs. 2022-01-20 23:58:20 +00:00
svg_import_plugin.cpp Fix 436f95e02e 2022-11-29 11:21:16 -08:00
svg_import_plugin.h SVG_IMPORT_PLUGIN: enable postprocessing of polygons with degeneracy and holes 2021-12-31 17:05:50 +01:00