This commit is contained in:
2011-05-19 13:18:48 +00:00
parent 6ca33e7e8f
commit f74ce841a5
4 changed files with 241 additions and 130 deletions

View File

@@ -166,6 +166,18 @@ namespace fmtxml
private string MyResultPath;
/*
* The following svg group must be added for WCN2 for its box on the cover page:
*
<g id="B9">
<rect x="25" y="-3" width="353" height="123" fill="none" stroke="black" stroke-width="1.2" />
<line x1="25" y1="20" x2="378" y2="20" stroke-width="1.2" />
<line x1="25" y1="45" x2="378" y2="45" stroke-width="1.2" />
<line x1="25" y1="69" x2="378" y2="69" stroke-width="1.2" />
<line x1="25" y1="93" x2="378" y2="93" stroke-width="1.2" />
<line x1="285" y1="-5" x2="285" y2="118" stroke-width="1.2" />
</g>
*/
public GenXmlToSvg(string nm, string resPath)
{
MyResultPath = resPath;