Enlarge attachment (BOX1) box.

This commit is contained in:
Kathy Ruffing 2013-10-21 16:33:14 +00:00
parent 1fceb38e61
commit d508fb9318

View File

@ -3585,6 +3585,12 @@ namespace fmtxml
"</g></svg>");
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[10]);
xdNew.LoadXml("<svg xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"B1\">" +
"<rect x=\"5.35\" y=\"0\" width=\"527.3\" height=\"688.25\" fill=\"none\" stroke=\"black\" stroke-width=\"1.2\" />" +
"</g></svg>");
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[1]);
}
private void AddFNP(XmlDocument myDoc)