GNOME Bugzilla – Bug 672321
Placeholder icon when dragging between workspaces is fuzzy
Last modified: 2012-03-18 13:34:19 UTC
Created attachment 210024 [details] Screenshot of the overview with workspace placeholder icon visible In the overview, when I drag a window or an application between two workspaces in the overview, a placeholder icon (dash-placeholder.svg) appears. The icon appears to be rendered at the same resolution as it appears in the dash, but it is scaled upwards so it appears very fuzzy.
Created attachment 210035 [details] [review] tests: Fix font color for tests Since the GNOME Shell style cleanup, all text is white. Fix that in the test cases.
Created attachment 210036 [details] [review] tests: Add a cogl rendering option to the background-size test Right now we only test the cairo rendering path
Created attachment 210037 [details] [review] tests: Refactor background-size test to support non-square containers
Created attachment 210038 [details] [review] st-theme-node-drawing: Fix implementation of cover and contain The math was incorrect for non-square containers
Review of attachment 210035 [details] [review]: Looks good.
Review of attachment 210036 [details] [review]: ::: tests/interactive/background-size.js @@ +38,3 @@ + obin.connect_after('paint', function(actor) { + // For some strange reason, croco's 'green' + // is #008000 That's odd ... we should just fix that instead see bug 672332
Review of attachment 210037 [details] [review]: Subject is kind of long otherwise fine.
Review of attachment 210038 [details] [review]: Looks good.
Attachment 210035 [details] pushed as 1626d9f - tests: Fix font color for tests Attachment 210036 [details] pushed as 1c60aa5 - tests: Add a cogl rendering option to the background-size test Attachment 210037 [details] pushed as 1983097 - tests: Refactor background-size test to support non-square containers Attachment 210038 [details] pushed as 3dbf064 - st-theme-node-drawing: Fix implementation of cover and contain Since the Croco patch was accepted, I changed the constant to (0, 1, 0, 1).