Add image saving to SVG format

This allows to create images independent from screen resolution
Replaced copy-pasted screenshot code with the single implementation
This commit is contained in:
alexey.lysiuk 2025-11-12 15:14:37 +02:00
parent bbd1bce0b8
commit 56dbec82d4
14 changed files with 96 additions and 62 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev libqt6svg6-dev libgl-dev
qtchooser -install qt6 $(which qmake6)
- name: Get build timestamp