This commit is contained in:
2011-06-16 10:18:38 +00:00
parent 3e2dfeb90f
commit 7e0da06b05
5 changed files with 2959 additions and 2783 deletions

View File

@@ -169,14 +169,14 @@ namespace fmtxml
/*
* 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>
<g id="B9">
<rect x="4" y="-3" width="352.5" height="120" fill="none" stroke="black" stroke-width="1.2" />
<line x1="4" y1="21" x2="355.5" y2="21" stroke-width="1.2" />
<line x1="4" y1="45" x2="355.5" y2="45" stroke-width="1.2" />
<line x1="4" y1="69" x2="355.5" y2="69" stroke-width="1.2" />
<line x1="4" y1="93" x2="355.5" y2="93" stroke-width="1.2" />
<line x1="263" y1="-3" x2="263" y2="118" stroke-width="1.2" />
</g>
*/
public GenXmlToSvg(string nm, string resPath)
{