Version: unspecified (using KDE 4.5.90) OS: Linux Adding an icon outside of a folderview "on Desktop" and trying to change the position of the icon results in it being blurred Reproducible: Always Steps to Reproduce: add an icon to the Desktop "not in folderview" and change the position at a different angle Actual Results: icon blurrs Expected Results: should be clear as normal position Not as clear on screencast but here is the demonstration http://www.youtube.com/watch?v=IMX3rBNcbsI
only if you resize it? to me in that video the chrome icon was just resized bugger than what icon pixmaps are available, so blurring the icon is everything we can do and the normal behaviour
(In reply to comment #1) > only if you resize it? > to me in that video the chrome icon was just resized bugger than what icon > pixmaps are available, so blurring the icon is everything we can do and the > normal behaviour No. It happens with ALL icons... and you don't even need to resize them. Just add any icon on your desktop outside of the folderview and change the position/angle of it. It always blurs when it should be clear
due to QGraphicsView doing all rotations in software but after the application has actually done the painting, there are large aliasing artifacts on rotation. there is nothing we can do about this, it requires improvements in Qt.