GNOME Bugzilla – Bug 156162
startup notification zoom animation leaves artifacts behind
Last modified: 2004-12-22 21:47:04 UTC
I see a yellow line at the right edge of the monitor left behind. The code in xstuff.c:draw_zoom_animation() looks obfuscated, but technically correct. The bug seems to be that rounding the same float values to integer coords gives different results...
Created attachment 32929 [details] [review] fix the issue by storing the integer coords Maybe the code should be cleaned up to avoid all the unnecessary length one loops...
Comment on attachment 32929 [details] [review] fix the issue by storing the integer coords Weird. But I believe you :-) Ok for HEAD and gnome-2-8
*** Bug 153996 has been marked as a duplicate of this bug. ***
Nice one Matthias :-) 2004-11-26 Mark McLoughlin <mark@skynet.ie> Patch from Matthias Clasen <mclasen@redhat.com> in bug #156162 * xstuff.c: (draw_zoom_animation): round the integer co-ords only once since we seem to sometimes get different results.