summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-06-26 12:49:17 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-06-26 17:46:56 +0200
commit1b761f751b0c410979f19f1a1aeba5be1e0d96c0 (patch)
treec6e2519ee5dd9bf5affbfdc0e93a61bd26ffe0f8 /svgio
parent4e83c689efad85fc9657deca2c8e6aea2f618cdc (diff)
svgio: Add missing 'rebeccapurple' color
you can find more about the sad story behind this color in the internet Change-Id: I0aa201bdc62aebe96f0ae764a359f1f6286027d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169556 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgtools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index e3a4e7e9f3c3..3918660fb7bd 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -153,6 +153,7 @@ namespace svgio::svgreader
{ u"plum", Color(221, 160, 221) },
{ u"powderblue", Color(176, 224, 230) },
{ u"purple", Color(128, 0, 128) },
+ { u"rebeccapurple", Color(102, 51, 153) },
{ u"red", Color(255, 0, 0) },
{ u"rosybrown", Color(188, 143, 143) },
{ u"royalblue", Color( 65, 105, 225) },