Summary: | Rescaling of text is ugly when zooming in or out | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | jan.claussen10 |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | aacid, miranda, nate, tbertels |
Priority: | NOR | ||
Version First Reported In: | 22.04.2 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=437401 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jan.claussen10
2022-07-02 00:19:16 UTC
What method are you using to zoom that makes this issue visible? A pinch gesture on your touchscreen? Sorry, have not read the mail I guess. It occurs in both situations. When zooming with a pinch gesture, it occurs much more though. The problem is that Okular doesn't use any interpolation while zooming in or out. When the zooming is done, the text then gets re-rendered. This can be easily reproduced by zooming in or out using Ctrl+mouse wheel. Lanczos 3 or 4 should be used when zooming in or out. An option could be added to select bilinear for slower computers. *** Bug 473470 has been marked as a duplicate of this bug. *** This is not a bug, obviously the text needs to be re-rendered when zooming in or out Well, may it be technically a bug or not, it definitely looks quite ugly and makes for a bad user experience. No other PDF reader I have ever seen does it like this. If there is really no interest in improving this, I guess I will have to accept it, but I think this would be an important improvement. |