Improve exporting PDF files.

Changed strategy from rendering the SVG to a canvas and then exporting
the canvas as an image, to directly exporting the SVG as an image.
This results in much smaller PDF files.
This commit is contained in:
Przemek Więch
2025-12-31 00:44:30 +01:00
parent 19b1ff3713
commit ad7eadb4fd
2 changed files with 40 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2026-02-21
- Improved saving PDF files. Decreased file size and increased chart size that can be saved as PDF.
## 2026-02-13
- Show header information of the gedcom file on the side panel (by FrankBuchholz)