mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Instead of two actions for exporting to two different file formats, unify into a single Export Image command with the format chosen based on file extension/selected format in save dialog. Also allow arbitrary image size export Fixes https://gitlab.com/kicad/code/kicad/-/issues/3689 Fixes https://gitlab.com/kicad/code/kicad/-/issues/4693