[Libreoffice-commits] core.git: svgio/source

Noel Grandin noel at peralex.com
Mon Nov 3 05:05:27 PST 2014


 svgio/source/svgreader/svgtoken.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 78b0b292637ebdeb2e4a7f08e0e8128530caaa18
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Nov 3 15:00:58 2014 +0200

    svgio: two of the token names were not being mapped to tokens
    
    Change-Id: I2be280ff8ebbf1046047a5bb4463191462172e24

diff --git a/svgio/source/svgreader/svgtoken.cxx b/svgio/source/svgreader/svgtoken.cxx
index f0ff803..9d90bbc 100644
--- a/svgio/source/svgreader/svgtoken.cxx
+++ b/svgio/source/svgreader/svgtoken.cxx
@@ -189,6 +189,8 @@ namespace svgio
                 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrDx, SVGTokenDx));
                 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrDy, SVGTokenDy));
                 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrRotate, SVGTokenRotate));
+                aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrTextLength, SVGTokenTextLength));
+                aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrLengthAdjust, SVGTokenLengthAdjust));
                 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrFont, SVGTokenFont));
                 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrFontFamily, SVGTokenFontFamily));
                 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrFontSize, SVGTokenFontSize));


More information about the Libreoffice-commits mailing list