GNOME Bugzilla – Bug 686841
pango: fix shadow text color
Last modified: 2012-10-25 16:20:48 UTC
Hi. I made a pango patch. This patch will fix shadow text color, if the subtitle has foreground color. More information, please see the screenshot below. Thanks. before: http://dna.dongguk.ac.kr/~jihyun/before.png after: http://dna.dongguk.ac.kr/~jihyun/after.png
Created attachment 227226 [details] [review] fix shadow text color I'm sorry. I've read 'Submitting Patches' manual later.
Created attachment 227277 [details] [review] fix attribute reference Previous patch has some bugs associated with the attribute variable reference. This patch fixed it.
That does look much better indeed :) Thanks for the patch, ported it to the 1.0 branch (where this code is in a different file), and pushed it: commit 3138c4e696982684c57a9846d7dff2d59faf6f1b Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Oct 25 17:14:32 2012 +0100 pango: avoid unnecessary pango attribute list copy We just want to keep it alive, not modify it, so a simple ref should be enough. https://bugzilla.gnome.org/show_bug.cgi?id=686841 commit 2e0174e13cf8c316c5fd3bb47f2cf1f2c1490a22 Author: Jihyun Cho <jihyun.jo@gmail.com> Date: Fri Oct 26 00:29:11 2012 +0900 pango: delete foreground color in shadow text This makes colored text have gray drop shadows instead of colored ones, which looks much better. https://bugzilla.gnome.org/show_bug.cgi?id=686841