kicad/eeschema/import_gfx
Seth Hillbrand bcf6b620a8 Large rework of BEZIER_POLY
Add direct handling of quadratic beziers to save compute time and number
of points.  Update cubic interpolation to reduce number of points
generated for a given smoothness

Cache data on open and used cached data to avoid multiple re-calcs

Remove minimum line length and number of segments and replace with
standard max error level.  Allows us to specify the tolerance of bezier
interpolation
2024-06-18 17:55:41 -07:00
..
dialog_import_gfx_sch.cpp Fix some warnings. 2023-10-31 04:25:19 +03:00
dialog_import_gfx_sch.h ADDED: Import vector graphics into Symbol editor (SVG, DXF). 2023-10-09 07:04:50 +03:00
dialog_import_gfx_sch_base.cpp ADDED: Import vector graphics into Symbol editor (SVG, DXF). 2023-10-09 07:04:50 +03:00
dialog_import_gfx_sch_base.fbp ADDED: Import vector graphics into Symbol editor (SVG, DXF). 2023-10-09 07:04:50 +03:00
dialog_import_gfx_sch_base.h ADDED: Import vector graphics into Symbol editor (SVG, DXF). 2023-10-09 07:04:50 +03:00
graphics_importer_lib_symbol.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
graphics_importer_lib_symbol.h RIP LIB_TEXTBOX and LIB_SHAPE. 2024-04-16 16:31:16 +01:00
graphics_importer_sch.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
graphics_importer_sch.h EasyEDA Pro: support SVG images in schematic; support bitmap rotation/flip. 2023-10-30 11:34:42 +03:00