diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-06-21 19:32:06 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-06-21 19:32:06 +0000 |
| commit | 106e15e457a9b514a34bf6321d6c5cc386c2f569 (patch) | |
| tree | c40462a8a00cb1886d61ba74480a51f02dc42798 /src | |
| parent | release without console window per default (diff) | |
| download | inkscape-106e15e457a9b514a34bf6321d6c5cc386c2f569.tar.gz inkscape-106e15e457a9b514a34bf6321d6c5cc386c2f569.zip | |
Add new named color 'rebeccapurple' (CSS4 Color).
(bzr r13435)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcroco/cr-rgb.c | 1 | ||||
| -rw-r--r-- | src/svg/svg-color.cpp | 1 |
2 files changed, 2 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}}, diff --git a/src/svg/svg-color.cpp b/src/svg/svg-color.cpp index 57f542373..ca94c241f 100644 --- a/src/svg/svg-color.cpp +++ b/src/svg/svg-color.cpp @@ -173,6 +173,7 @@ static SPSVGColor const sp_svg_color_named[] = { { 0xDDA0DD, "plum" }, { 0xB0E0E6, "powderblue" }, { 0x800080, "purple" }, + { 0x663399, "rebeccapurple" }, { 0xFF0000, "red" }, { 0xBC8F8F, "rosybrown" }, { 0x4169E1, "royalblue" }, |
