https://bugs.kde.org/show_bug.cgi?id=516295
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INTENTIONAL Status|CONFIRMED |RESOLVED --- Comment #5 from cwo <[email protected]> --- There's several issues at play here: 1. the svg is rectangular, and we allow rectangular icons to be actually rectangular in the panel, rather than forcing them to be square (this broke due to some changes in other components for Application Menu/Application Dashboard, forcing them to be square instead, but this will be fixed for 6.6.1). That's why it's bigger - the source image is bigger. There's nothing we can do here without taking away people's ability to have rectangular icon, e.g. a classic-styled start menu icon. 2. It's also a huge icon with a native size of 601×398 pixels, it'll likely be pixelated if you try to scale it down that much - svg is scalable, but if you scale something down that much, you're going to get a pixelated image. With icons, there's some other things we can do, and that improves the display to make the pixelation less apparent. And we can improve it a little for images to, but in general the problem is not solvable (that's why we ship so many icons at different sizes in Breeze, even though they're all svgs). I'll prepare a separate MR that should improve the display a little while having a rectangular icon. But if you want it to be the same size as the other icon, you'll need an icon with the same square aspect ratio as the other icons. (I'll attach a quick-and-dirty version I used for testing). -- You are receiving this mail because: You are watching all bug changes.
