Enlarge attachment (BOX1) box.
This commit is contained in:
parent
1fceb38e61
commit
d508fb9318
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user