diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-11-03 11:42:48 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-11-03 11:42:48 +0000 |
| commit | 14128db2cb0bb1bde7642bc005e90ae18debe6b6 (patch) | |
| tree | 13084dcd474d1f7df8206f5afb19a9a1b9600bc8 /src/libcroco | |
| parent | libcroco: Merge upstream 0.6.6 changes (diff) | |
| download | inkscape-14128db2cb0bb1bde7642bc005e90ae18debe6b6.tar.gz inkscape-14128db2cb0bb1bde7642bc005e90ae18debe6b6.zip | |
libcroco: Merge upstream 0.6.7 changes
(bzr r12769)
Diffstat (limited to 'src/libcroco')
| -rw-r--r-- | src/libcroco/cr-rgb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}}, |
