- fixed an issue when exporting huge SVG files from the Film Tool by adding a fallback and using a custom XML parser with the 'huge_tree' option set

This commit is contained in:
Marius Stanciu
2022-10-19 16:59:05 +03:00
committed by Marius
parent 2c229d8677
commit 6509089dc4
2 changed files with 17 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM Evo beta
19.10.2022
- added a hack so the Gerber files from Allegro 17.2 (which do not follow the Gerber specifications) can be loaded
- fixed an issue when exporting huge SVG files from the Film Tool by adding a fallback and using a custom XML parser with the 'huge_tree' option set
2.10.2022