7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 05:05:03 +00:00
kicad/pcbnew/import_gfx
Seth Hillbrand a724b3d8b1 Handle DXF files with out of bounds values
First, ensure that we calculate the bbox of the imported elements.

If the total BBOX is outside our allowed value, refused to import.  This
needs to be scaled or addressed in an external editor

If the bbox fits, then make sure that we clamp it such that the largest
element is still within our bounds

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18523
2024-08-14 13:06:18 -07:00
..
dialog_import_graphics_base.cpp Reduce visual noise in dialog; regularize spacing. 2024-01-18 14:02:43 +00:00
dialog_import_graphics_base.fbp Reduce visual noise in dialog; regularize spacing. 2024-01-18 14:02:43 +00:00
dialog_import_graphics_base.h Reduce visual noise in dialog; regularize spacing. 2024-01-18 14:02:43 +00:00
dialog_import_graphics.cpp Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
dialog_import_graphics.h Pcbnew, import graphics: fixes and enhancements: 2023-11-15 20:26:05 +01:00
graphics_importer_pcbnew.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
graphics_importer_pcbnew.h Simplify Import Graphics. 2023-10-19 01:31:13 +01:00