Default background color shall either be white or transparent
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 23 Feb 2011 17:47:56 +0000 (12:47 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 23 Feb 2011 17:47:56 +0000 (12:47 -0500)
Definitely not black!

src/hb-view.c

index c55c423..dcb9571 100644 (file)
@@ -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";