We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transform
We have few bugs in Firefox because of that, the last I filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1770132
We could replace them with stuff like:
top: calc(... * var(--zoom-factor)); left: calc(... * var(--zoom-factor)); ...
We already use this trick in order to set the font size in options:
pdf.js/src/display/annotation_layer.js
Line 1420 in 60e9065
This way we could do the zoom stuff almost only thanks to css instead of relying on js.
The text was updated successfully, but these errors were encountered:
calixteman
Successfully merging a pull request may close this issue.
We have few bugs in Firefox because of that, the last I filed:
https://bugzilla.mozilla.org/show_bug.cgi?id=1770132
We could replace them with stuff like:
We already use this trick in order to set the font size in options:
pdf.js/src/display/annotation_layer.js
Line 1420 in 60e9065
This way we could do the zoom stuff almost only thanks to css instead of relying on js.
The text was updated successfully, but these errors were encountered: