summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtoken.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtoken.cxx')
-rw-r--r--svgio/source/svgreader/svgtoken.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtoken.cxx b/svgio/source/svgreader/svgtoken.cxx
index 945b04588c0e..4c40054182d2 100644
--- a/svgio/source/svgreader/svgtoken.cxx
+++ b/svgio/source/svgreader/svgtoken.cxx
@@ -116,6 +116,7 @@ namespace svgio
static const char aSVGStrSvg[] = "svg";
static const char aSVGStrSymbol[] = "symbol";
static const char aSVGStrUse[] = "use";
+ static const char aSVGStrA[] = "a";
static const char aSVGStrCircle[] = "circle";
static const char aSVGStrEllipse[] = "ellipse";
@@ -264,6 +265,7 @@ namespace svgio
aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrSvg, SVGTokenSvg));
aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrSymbol, SVGTokenSymbol));
aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrUse, SVGTokenUse));
+ aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrA, SVGTokenA));
aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrCircle, SVGTokenCircle));
aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrEllipse, SVGTokenEllipse));