Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Tags: mozilla/pdfjs-dist

Tags

v3.4.120

Toggle v3.4.120's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16086 from mozilla/Snuffleupagus-textLayer-Offscr…

…eenCanvas

Use `OffscreenCanvas` as intended for all code-paths in `src/display/text_layer.js` (PR 15722 follow-up)

v3.3.122

Toggle v3.3.122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15972 from Snuffleupagus/PDFViewerApplication-ope…

…n-signature

Change the `PDFViewerApplication.open` method to only accept objects

v3.2.146

Toggle v3.2.146's commit message

v3.1.81

Toggle v3.1.81's commit message

v3.0.279

Toggle v3.0.279's commit message

v2.16.105

Toggle v2.16.105's commit message

v2.15.349

Toggle v2.15.349's commit message

v2.14.305

Toggle v2.14.305's commit message

v2.13.216

Toggle v2.13.216's commit message

v2.13.94_beta

Toggle v2.13.94_beta's commit message
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