Summary: | PDF q and Q operators inside paths | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Piotr Strzelczyk <piotr> |
Component: | PDF Interpreter | Assignee: | Alex Cherepanov <alex> |
Status: | NOTIFIED FIXED | ||
Severity: | major | ||
Priority: | P4 | ||
Version: | 8.62 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: |
Example PDF
Ghostscript interpretation of example Adobe Reader screenshot of example |
Description
Piotr Strzelczyk
2008-05-05 02:59:11 UTC
Created attachment 3980 [details]
Example PDF
Created attachment 3981 [details]
Ghostscript interpretation of example
Created attachment 3982 [details]
Adobe Reader screenshot of example
Fix and simplify implementation of operator Q. Collecting the path with the current ctm and re-playing it with the restored ctm transforms the path exactly as PDF needs. The following patch is committed as a rev. 8707. http://ghostscript.com/pipermail/gs-cvs/2008-May/008288.html Current regression testing shows no differences. The sample file from this bug will be added to the public test suite by the next revision. |