mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
When zooming to a small panel on a device with a large display, the resulting zoom factor often causes `renderPage()` to only render the panel itself instead of the whole page. `getPagePart()` needs to account for that when extracting the panel from the rendered tile. Fixes half of #7961 (namely the black/half-black rectangles)