This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user