This repository has been archived by the owner on Jul 14, 2024. It is now read-only.
Tags: mozilla/pdfjs-dist
Tags
PDF.js version 3.2.146 - See https://github.com/mozilla/pdf.js/releas… …es/tag/v3.2.146
PDF.js version 3.1.81 - See https://github.com/mozilla/pdf.js/release… …s/tag/v3.1.81
PDF.js version 3.0.279 - See https://github.com/mozilla/pdf.js/releas… …es/tag/v3.0.279
PDF.js version 2.16.105 - See https://github.com/mozilla/pdf.js/relea… …ses/tag/v2.16.105
PDF.js version 2.15.349 - See https://github.com/mozilla/pdf.js/relea… …ses/tag/v2.15.349
PDF.js version 2.14.305 - See https://github.com/mozilla/pdf.js/relea… …ses/tag/v2.14.305
PDF.js version 2.13.216 - See https://github.com/mozilla/pdf.js/relea… …ses/tag/v2.13.216
Fix canvas state getting out of sync from smasks. (bug 1755507) Soft masks can be enabled/disabled at anytime and at different points in the save/restore stack. This can lead to the amount of save/restores becoming unbalanced across the two canvases. Instead of save/restoring on the temporary canvas change it so we only track state on the main (suspended canvas). I was also getting an out balance stack from patterns, so I've also fixed that and added a warning that will at least show up on chrome. It would be nice to add this so Firefox at some point too. Fixes #11328, #14297 and bug 1755507
PreviousNext