- PDF import tool: added support for save/restore Graphics stack. Only for scale and offset transformations and for the linewidth. This is the final fix for Microsoft PDF printer who saves in PDF format 1.7

This commit is contained in:
Marius Stanciu
2019-04-22 15:35:21 +03:00
committed by Marius
parent 53444fc685
commit 8a2a48f668
2 changed files with 123 additions and 109 deletions

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
22.04.2019
- PDF import tool: added support for save/restore Graphics stack. Only for scale and offset transformations and for the linewidth. This is the final fix for Microsoft PDF printer who saves in PDF format 1.7
21.04.2019
- fixed the PDF import tool to work with files generated by the Microsoft PDF printer (chained subpaths)