Skip to content
New issue

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

consider supporting incremental rendering for non-zoom again #51

Open
thestinger opened this issue Apr 8, 2020 · 0 comments
Open

consider supporting incremental rendering for non-zoom again #51

thestinger opened this issue Apr 8, 2020 · 0 comments

Comments

@thestinger
Copy link
Member

Rendering is currently done in an off-screen canvas and the page isn't updated until the rendering is completely finished. Ideally, it could render to a visible canvas to display the progress, but this proved to be incredibly slow compared to offscreen rendering. Perhaps it could regularly copy over the canvas as a way to work around that. It's possible that pdf.js will improve this at some point so that working around it won't be required anymore and it can be reverted to how it used to be rather than using the offscreen canvas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant