This commit is contained in:
@@ -8,7 +8,7 @@ using System.Xml;
|
||||
|
||||
namespace fmtxml
|
||||
{
|
||||
public class RtfToSvg
|
||||
public partial class RtfToSvg
|
||||
{
|
||||
public RtfToSvg(string rtfFileName)
|
||||
{
|
||||
@@ -334,6 +334,7 @@ namespace fmtxml
|
||||
if (outFile.Exists) outFile.Delete();
|
||||
XmlDocument xDoc = new XmlDocument();
|
||||
xDoc.LoadXml(Svg);
|
||||
AppendPlantSpecific(svgFileName, xDoc);
|
||||
xDoc.Save(outFile.FullName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user