Summary: | Applying redactions render Preview-created PDFs incorrectly | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Jorj <jorj.x.mckie> |
Component: | mupdf | Assignee: | Robin Watts <robin.watts> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jamie.lemon, robin.watts |
Priority: | P2 | ||
Version: | unspecified | ||
Hardware: | Macintosh | ||
OS: | All | ||
Customer: | Word Size: | --- | |
Attachments: | displays_badly_in_firefox.pdf |
Description
Jorj
2024-08-21 12:53:04 UTC
I've reduced one of the problem files so Firefox on Windows shows the problem, and Acrobat et al do not. This fragment: 0 59.375 371.875 40.625 re 371.875 59.375 2106.25 40.625 re 0 3409.375 2306.25 40.625 re 2306.25 3409.375 171.875 40.625 re 115.625 115.625 2246.875 3275 re .24 0 0 -.24 0 841.92 cm W* n 637.5 0 0 -259.375 140.625 550 cm /Im1 Do shows badly on Firefox, whereas if we move the cm operations to the top, it displays fine: .24 0 0 -.24 0 841.92 cm W* n 637.5 0 0 -259.375 140.625 550 cm 0 59.375 371.875 40.625 re 371.875 59.375 2106.25 40.625 re 0 3409.375 2306.25 40.625 re 2306.25 3409.375 171.875 40.625 re 115.625 115.625 2246.875 3275 re /Im1 Do Created attachment 26111 [details]
displays_badly_in_firefox.pdf
This is believed to be fixed in the latest version, and was due to matrix changes after a path was defined, and before it was used. |