summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtools.cxx')
-rw-r--r--svgio/source/svgreader/svgtools.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index 899fed8bfbc0..892221cc527d 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -545,6 +545,7 @@ namespace svgio
{
// angle in grad
nPos += aStrGrad.getLength();
+ aType = grad;
}
break;
}
@@ -555,6 +556,7 @@ namespace svgio
{
// angle in radians
nPos += aStrRad.getLength();
+ aType = rad;
}
break;
}