diff options
Diffstat (limited to 'svgio/source/svgreader/svgtspannode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgtspannode.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtspannode.cxx b/svgio/source/svgreader/svgtspannode.cxx index e9307954ad90..962f1c8f145d 100644 --- a/svgio/source/svgreader/svgtspannode.cxx +++ b/svgio/source/svgreader/svgtspannode.cxx @@ -68,6 +68,11 @@ namespace svgio } } + double SvgTspanNode::getCurrentFontSize() const + { + return getCurrentFontSizeInherited(); + } + } // end of namespace svgreader } // end of namespace svgio |