kicad/pcbnew/import_gfx
jean-pierre charras 5eb265080f try to cherry pick commit 7fd9226bec from master:
Fix issue in CalcArcCenter( VECTOR2D& aStart, VECTOR2D& aMid, VECTOR2D& aEnd )
It happens when the segment (aStart, aMid) is horizontal
Probably also when the segment (aEnd, aMid) is horizontal
Slopes with value 0.0 are set to double:: epsilon(), but it was a too small values
generating broken calculations.
Now set to 1e-10 (it seems working).
Fixes #16089
https://gitlab.com/kicad/code/kicad/-/issues/16089
2024-02-19 15:52:37 +01:00
..
examples
dialog_import_gfx.cpp Fix another broken graphics import file filter. 2023-01-17 11:34:51 -05: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 Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_import_gfx_base.fbp Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_import_gfx_base.h Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dxf_import_plugin.cpp DXF import: INSERT angles are in degrees. 2024-02-01 21:09:09 +03:00
dxf_import_plugin.h Realize we can just describe the dxf arb axis with our MATRIX3x3 class 2023-01-04 20:42:56 -05: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 pcbnew: Fix strokeWidth truncation to integer mm in SVG polygons import 2023-01-31 20:34:25 +00:00
graphics_importer_buffer.h pcbnew: Fix strokeWidth truncation to integer mm in SVG polygons import 2023-01-31 20:34:25 +00:00
graphics_importer_pcbnew.cpp try to cherry pick commit 7fd9226bec from master: 2024-02-19 15:52:37 +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 SVG import: skip shapes that are not stroked and not filled. 2023-09-08 14:49:08 +03:00
svg_import_plugin.h SVG_IMPORT_PLUGIN: enable postprocessing of polygons with degeneracy and holes 2021-12-31 17:05:50 +01:00