summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel Gadllah <adel.gadllah@gmail.com>2012-10-07 22:59:36 +0200
committerAdel Gadllah <adel.gadllah@gmail.com>2012-10-07 22:59:36 +0200
commitb37d79049a0f9149df98e5adb4f69db69deef056 (patch)
tree89d6478da5e3d0f6ab93f5b1ddb08422716d5d02
parent660ca874c6ec6c815e37b81dcc6b92cc8b294c19 (diff)
downloadlibcroco-b37d79049a0f9149df98e5adb4f69db69deef056.tar.gz
Revert "cr-rgb: Fix mapping for 'green'"
This reverts commit 0cbb0dfed7350ed48a12d56925cdd76255891aa5. This violates the CSS and SVG standards. https://bugzilla.gnome.org/show_bug.cgi?id=685679
-rw-r--r--src/cr-rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-rgb.c b/src/cr-rgb.c
index 648191a..ffd7746 100644
--- a/src/cr-rgb.c
+++ b/src/cr-rgb.c
@@ -85,7 +85,7 @@ static 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}},