kicad/pcbnew/import_gfx
Tomasz Wlostowski 018f4531a5 Fixes in the SVG import polygon postprocessing:
- don't drop subsequent polys when a non-filled primitive is imported 'in between'
- fix missing holes (also related to the interleaving of stroke and filled shapes, depending on the software that wrote the SVG file)

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/10813
2022-02-14 00:54:31 +01:00
..
examples Import svg import code from experimental trunk: start point 2018-12-03 13:42:22 +01:00
dialog_import_gfx.cpp More wide-string declarations. 2022-02-05 22:26:31 +00:00
dialog_import_gfx.h Cleanup. 2021-12-23 20:36:18 +00: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 More wide-string declarations. 2022-02-05 22:26:31 +00: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 Remove unit-less angles from VECTOR2I/D APIs. 2022-01-20 23:58:20 +00:00
graphics_importer_buffer.cpp Fixes in the SVG import polygon postprocessing: 2022-02-14 00:54:31 +01:00
graphics_importer_buffer.h Remove unit-less angles from VECTOR2I/D APIs. 2022-01-20 23:58:20 +00:00
graphics_importer_pcbnew.cpp Remove unit-less angles from VECTOR2I/D APIs. 2022-01-20 23:58:20 +00: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 More wide-string declarations. 2022-02-05 22:26:31 +00:00
svg_import_plugin.h SVG_IMPORT_PLUGIN: enable postprocessing of polygons with degeneracy and holes 2021-12-31 17:05:50 +01:00