summaryrefslogtreecommitdiffstats
path: root/src/libcroco
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-06-21 19:32:06 +0000
committertavmjong-free <tavmjong@free.fr>2014-06-21 19:32:06 +0000
commit106e15e457a9b514a34bf6321d6c5cc386c2f569 (patch)
treec40462a8a00cb1886d61ba74480a51f02dc42798 /src/libcroco
parentrelease without console window per default (diff)
downloadinkscape-106e15e457a9b514a34bf6321d6c5cc386c2f569.tar.gz
inkscape-106e15e457a9b514a34bf6321d6c5cc386c2f569.zip
Add new named color 'rebeccapurple' (CSS4 Color).
(bzr r13435)
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}},