diff options
Diffstat (limited to 'gsk/gskrendernodeparser.c')
-rw-r--r-- | gsk/gskrendernodeparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskrendernodeparser.c b/gsk/gskrendernodeparser.c index 06b2b183c7..234ef487a4 100644 --- a/gsk/gskrendernodeparser.c +++ b/gsk/gskrendernodeparser.c @@ -942,7 +942,7 @@ parse_text_node (GtkCssParser *parser) PangoFont *font = NULL; double x = 0; double y = 0; - GdkRGBA color = { 0, 0, 0, 0 }; + GdkRGBA color = { 0, 0, 0, 1 }; PangoGlyphString *glyphs = NULL; const Declaration declarations[] = { { "font", parse_font, &font }, |