From 14128db2cb0bb1bde7642bc005e90ae18debe6b6 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 3 Nov 2013 11:42:48 +0000 Subject: libcroco: Merge upstream 0.6.7 changes (bzr r12769) --- src/libcroco/cr-rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcroco/cr-rgb.c b/src/libcroco/cr-rgb.c index 20541f4b9..a9489e04c 100644 --- a/src/libcroco/cr-rgb.c +++ b/src/libcroco/cr-rgb.c @@ -85,7 +85,7 @@ tatic const CRRgb gv_standard_colors[] = { {(const guchar*)"gold", 255, 215, 0, FALSE, FALSE, FALSE, {0,0,0}}, {(const guchar*)"goldenrod", 218, 165, 32, FALSE, FALSE, FALSE, {0,0,0}}, {(const guchar*)"gray", 128, 128, 128, FALSE, FALSE, FALSE, {0,0,0}}, - {(const guchar*)"green", 0, 255, 0, FALSE, FALSE, FALSE, {0,0,0}}, + {(const guchar*)"green", 0, 128, 0, FALSE, FALSE, FALSE, {0,0,0}}, {(const guchar*)"greenyellow", 173, 255, 47, FALSE, FALSE, FALSE, {0,0,0}}, {(const guchar*)"grey", 128, 128, 128, FALSE, FALSE, FALSE, {0,0,0}}, {(const guchar*)"honeydew", 240, 255, 240, FALSE, FALSE, FALSE, {0,0,0}}, -- cgit v1.2.3