https://bugs.kde.org/show_bug.cgi?id=366538
--- Comment #3 from Uri Herrera <uri_herr...@nitrux.in> --- http://i.imgur.com/Tqovfk4.png Ok, the button uses a 24x24 image. In the screenshot I created an image for it, the green square is 24x24 which is the area that the button uses. Normally this would be transparent. Then I added a yellow square, this square is 18x18. In the screenshot you can see that both squares don't have any jagged edges, that means the pixels are being fully used by the image, this is known as pixel perfect. Then, I added a red square, this square is 16x16, this square unlike the others for some reason is not being displayed correctly, you can see that it's sort of covering the yellow square below it. The same happens with the darker cyan square. But if I remove those two squares: http://i.imgur.com/4DCWSbE.png Now the button is fine. All squares are displayed correctly. http://i.imgur.com/gh2luFK.png This is the file on Inkscape. On Inkscape each square on its grid is a pixel. The difference in size between each square is 6px; 3x3x3x3. The blurring only happens when that difference in size is 2px; 1x1x1x1. -- You are receiving this mail because: You are watching all bug changes.