{COVERTITLE2} was printing text twice
This commit is contained in:
parent
71e2f4c67a
commit
13472c600f
@ -1396,6 +1396,7 @@ namespace Volian.Print.Library
|
|||||||
if (lnCnt == 1) continue;
|
if (lnCnt == 1) continue;
|
||||||
plstr = plstr.Replace(match, line);
|
plstr = plstr.Replace(match, line);
|
||||||
svgGroup.Add(PageItemToSvgText(pageItem, plstr, yOffset));
|
svgGroup.Add(PageItemToSvgText(pageItem, plstr, yOffset));
|
||||||
|
plstr = ""; // clear it because it was added into the list in the line above this, i.e. don't duplicate
|
||||||
yOffset += 12;
|
yOffset += 12;
|
||||||
}
|
}
|
||||||
return plstr;
|
return plstr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user