summaryrefslogtreecommitdiffstats
path: root/src/libcroco
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-06-22 23:17:50 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-06-22 23:17:50 +0000
commit0213425c8da0d92a661a5edbd9318cd8c97b10c8 (patch)
treecd5c9bd3a996241db0d94886761e8bed2fd6011e /src/libcroco
parentUpdate to experimental r13404 (diff)
parentFix for ungrouping/non-LPEItem masks (diff)
downloadinkscape-0213425c8da0d92a661a5edbd9318cd8c97b10c8.tar.gz
inkscape-0213425c8da0d92a661a5edbd9318cd8c97b10c8.zip
Update to experimental r13407
(bzr r13090.1.85)
Diffstat (limited to 'src/libcroco')
-rw-r--r--src/libcroco/cr-rgb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcroco/cr-rgb.c b/src/libcroco/cr-rgb.c
index 06e61ba41..537343579 100644
--- a/src/libcroco/cr-rgb.c
+++ b/src/libcroco/cr-rgb.c
@@ -150,6 +150,7 @@ static const CRRgb gv_standard_colors[] = {
{(const guchar*)"plum", 221, 160, 221, FALSE, FALSE, FALSE, {0,0,0}},
{(const guchar*)"powderblue", 176, 224, 230, FALSE, FALSE, FALSE, {0,0,0}},
{(const guchar*)"purple", 128, 0, 128, FALSE, FALSE, FALSE, {0,0,0}},
+ {(const guchar*)"rebeccapurple", 102, 51, 153, FALSE, FALSE, FALSE, {0,0,0}},
{(const guchar*)"red", 255, 0, 0, FALSE, FALSE, FALSE, {0,0,0}},
{(const guchar*)"rosybrown", 188, 143, 143, FALSE, FALSE, FALSE, {0,0,0}},
{(const guchar*)"royalblue", 65, 105, 225, FALSE, FALSE, FALSE, {0,0,0}},