summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-09-07 10:16:45 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-09-07 15:06:48 +0200
commitdd9db8f8a47e49d92738b1dea2710f43d76c13b7 (patch)
tree430ab52f51c096602fe10a59805648b078e6f27c /svgio
parentc29d86fc92509bb9c853a07970963b7b3be09d52 (diff)
svgio: update comment
After 4f656a057e2a92e2107f7820fc563498c801d7d3 "svgio: handle addGap internally inside SvgCharacterNode" Change-Id: Ib3ddbaed7a07c1b3b9f21eafd0715622751829ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156648 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgcharacternode.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgcharacternode.cxx b/svgio/source/svgreader/svgcharacternode.cxx
index 222c2739a689..7d5a2fcb9feb 100644
--- a/svgio/source/svgreader/svgcharacternode.cxx
+++ b/svgio/source/svgreader/svgcharacternode.cxx
@@ -514,8 +514,7 @@ namespace svgio::svgreader
if(pPreviousCharacterNode->mpParentLine != mpParentLine)
bAddGap = false;
- // add in-between whitespace (single space) to last
- // known character node
+ // add in-between whitespace (single space) to the beginning of the current character node
if(bAddGap)
{
maText = " " + maText;