[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Feb 23 09:48:21 PST 2011


 src/hb-view.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4b781e93a0bee0549611e129b3564d9804d9090
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Feb 23 12:47:56 2011 -0500

    Default background color shall either be white or transparent
    
    Definitely not black!

diff --git a/src/hb-view.c b/src/hb-view.c
index c55c423..dcb9571 100644
--- a/src/hb-view.c
+++ b/src/hb-view.c
@@ -50,7 +50,7 @@ static int margin_r = 10;
 static int line_space = 0;
 static double font_size = 18;
 static const char *fore = "#000000";
-static const char *back = "#000000";
+static const char *back = "#ffffff";
 static const char *text = NULL;
 static const char *font_file = NULL;
 static const char *out_file = "/dev/stdout";



More information about the HarfBuzz mailing list