Bug 276711

Summary: Inconsistency in new folder icons
Product: [I don't know] kde Reporter: Isaac <isaacj87>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: cfeck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Isaac 2011-06-28 19:35:18 UTC
Version:           unspecified (using Devel) 
OS:                Linux

After adjusting the pixel sizes for the icons in Dolphin, I noticed a strange oddity with the new folder icons found in KDE 4.7. 

In Dolphin, at 112 pixels, the folder seems smoother and slightly blurred. In fact, it's looks pretty good IMO. However, if you bump up the size to 128 pixels, the icon changes to a sharper, more basic looking icon.

I made a pic comparing the two: http://dl.dropbox.com/u/3251417/Screenies/folder_compare.png

Reproducible: Always

Steps to Reproduce:
Adjust the icon view size in the Dolphin.


Expected Results:  
I'm not exactly sure what the new icons *should* look like, but I'm assuming they should look the same at any size.
Comment 1 Christoph Feck 2011-06-28 22:02:59 UTC
Because of lacking features in Qt's SVG support, the icons have to be stored as bitmaps (PNG) instead of scalable graphics (SVG). Oxygen ships only a limited set of sizes (256, 128, 64, 48, 32, 22, 16 pixels), any other size is created by downscaling. This creates the blurry appearance.

*** This bug has been marked as a duplicate of bug 190385 ***