svgio/source/svgreader/svgtools.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e79f734a3be75a22284626f167bc0b7aa0888d2d
Author:     Xisco Fauli <[email protected]>
AuthorDate: Wed Jun 26 12:49:17 2024 +0200
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Wed Jun 26 23:07:09 2024 +0200

    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/+/169557
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
    Tested-by: Jenkins

diff --git a/svgio/source/svgreader/svgtools.cxx 
b/svgio/source/svgreader/svgtools.cxx
index 999de3075336..2b56f5784711 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) },

Reply via email to