https://bugs.kde.org/show_bug.cgi?id=413582
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INTENTIONAL --- Comment #6 from Dmitry Kazakov <[email protected]> --- Kaplan reported on IRC that he used mouse to paint this test image. I have checked Qt's code and it seems like it is hardware limitation of the mouse protocol. Mouse event coordinates are always rounded to nearest integer. It means that at zoom 25% the stroke position will be rounded to every 4 pixels. Which basically generates such artifacts. And according to Qt's code, we cannot do anything about that :( -- You are receiving this mail because: You are watching all bug changes.
