GNOME Bugzilla – Bug 594553
Fuzzy applications well menu
Last modified: 2009-09-08 22:50:47 UTC
The menu for items in the applications well isn't pixel aligned => FUZZ
Created attachment 142745 [details] [review] [AppWell] Position menu contents on integral coordinates This avoids fuzz.
Created attachment 142746 [details] Screenshot of problem (with patch applied) Doesn't seem to help - (and it looks like you are just moving the arrow not the menu itself) - here's a screenshot.
Created attachment 142748 [details] [review] [AppWell] Position menu horizontally on integral coordinates This avoids fuzz.
Got it. Patch (In reply to comment #3) > Created an attachment (id=142748) [details] > [AppWell] Position menu horizontally on integral coordinates > > This avoids fuzz. Got it ... patch looks good, but don't you actually want the other patch too? Even if wasn't the problem, the arrow shouldn't get fuzzed - if ClutterCairoTexture drew directly to the screen, that wouldn't be an issue - you would be basically equally fuzzy everywhere unless you pixel-snapped the cairo drawing. But CCT draws to a texture, and that texture needs to be integer-aligned or you double-fuzz.)
Pushed with the other patch as well.