mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
The size of the canvas has significant impact on the rendering performance. If we are going to render a high-res detail view on top of the full-page canvas, we can further reduce the full-page canvas resolution to improve rendering time without affecting the resolution seen by the user. Users will se the lower resolution when quickly scrolling around the page, but it will then be replaced with the high-res detail view.