https://bugs.kde.org/show_bug.cgi?id=370382
Wladimir Palant <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Wladimir Palant <[email protected]> --- (In reply to Sune Vuorela from comment #14) > https://invent.kde.org/graphics/okular/-/commit/ > c76cb7a9e7deced85fb5575e2d992fba83586599 was changed. > > The more I study it, the less I see why it should be causing this though. Probably because the image in question is rectangular, with one side considerably larger than the other – it is in my case. So the old code which was scaling it as a square but still had to keep aspect ratio ended up with a larger image than the new code which considers image size correctly. In other words: the old code only worked accidentally for some images, the size passed to `AnnotationUtils::loadStamp()` is just too small. -- You are receiving this mail because: You are the assignee for the bug.
