https://bugs.kde.org/show_bug.cgi?id=503761
Lukas <giga-zod...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |giga-zod...@gmx.net Status|REPORTED |RESOLVED Resolution|--- |INTENTIONAL --- Comment #1 from Lukas <giga-zod...@gmx.net> --- Hello Francisco, thank you for the detailed description and the video you attached. If I understood your problem correctly, then this does not seem like a bug to me. These gaps are simply artifacts of the nearest neighbor scaling mode (which means there is basically no scaling applied), your brush size of 1px and your zoom level. If you set your zoom level to 100%, that means each pixel on your canvas is represented by 1 pixel on your screen. If you zoom out, this means, each pixel on the canvas is smaller than each pixel on your screen. And because with nearest neighbor there is no scaling done, that means your screens pixels has to choose between more than 1 pixel of your canvas. I understand your confusion, but this is exactly as intended. As a work-around I would recommend only using >= 100% zoom level while painting with a 1px brush. I hope this helps! -- You are receiving this mail because: You are watching all bug changes.