summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-11-03 11:31:33 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-11-03 11:31:33 +0000
commit41ebf823ce5d918355517c67c4205780c5ce4880 (patch)
tree3b62ee8222d47325e97244ecd6f230456b66b8f0 /src
parentlibcroco: Merge upstream 0.6.4 changes (diff)
downloadinkscape-41ebf823ce5d918355517c67c4205780c5ce4880.tar.gz
inkscape-41ebf823ce5d918355517c67c4205780c5ce4880.zip
libcroco: Merge upstream 0.6.5 changes
(bzr r12767)
Diffstat (limited to 'src')
-rw-r--r--src/libcroco/cr-rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco/cr-rgb.c b/src/libcroco/cr-rgb.c
index a9489e04c..20541f4b9 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, 128, 0, FALSE, FALSE, FALSE, {0,0,0}},
+ {(const guchar*)"green", 0, 255, 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}},