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

New commits:
commit a4b781e93a0bee0549611e129b3564d9804d9090
Author: Behdad Esfahbod <[email protected]>
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";
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to