mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
AFAICT, this has never worked since the KPV -> KOReader refactor, as it relies on a weird little DrawContext "feature", while the actually in-use rotation framework is handled via BlitBuffer. That kludge pollutes *a lot* of both the backend and frontend code, so I plan to annihilate that in a followup PR. See #12303 for more context