{COVERTITLE2} was printing text twice

This commit is contained in:
Kathy Ruffing 2013-11-12 17:32:10 +00:00
parent 71e2f4c67a
commit 13472c600f

View File

@ -1396,6 +1396,7 @@ namespace Volian.Print.Library
if (lnCnt == 1) continue;
plstr = plstr.Replace(match, line);
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;
}
return plstr;