diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-03 15:00:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-03 15:04:52 +0200 |
commit | 78b0b292637ebdeb2e4a7f08e0e8128530caaa18 (patch) | |
tree | 2754b84e49143f9283bccbb164c4d4be89717b1a /svgio | |
parent | 1071eccd037390774b6d3f1aade9af02fd2cbe54 (diff) |
svgio: two of the token names were not being mapped to tokens
Change-Id: I2be280ff8ebbf1046047a5bb4463191462172e24
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgtoken.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtoken.cxx b/svgio/source/svgreader/svgtoken.cxx index f0ff8031de2c..9d90bbcb6a46 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)); |