This commit is contained in:
@@ -141,8 +141,9 @@ namespace fmtxml
|
|||||||
}
|
}
|
||||||
private static void AddC0(StringBuilder sb)
|
private static void AddC0(StringBuilder sb)
|
||||||
{
|
{
|
||||||
|
// note that cx = 1 has been tested with NSP.
|
||||||
sb.Append(" <g id=\"C0\">\r\n");
|
sb.Append(" <g id=\"C0\">\r\n");
|
||||||
sb.Append(" <ellipse cx=\"57.2\" cy=\"-3.2\" rx=\"11.1\" ry=\"11.1\" fill=\"none\" stroke=\"black\" stroke-width=\"1.9\" />\r\n");
|
sb.Append(" <ellipse cx=\"1\" cy=\"-3.2\" rx=\"11.1\" ry=\"11.1\" fill=\"none\" stroke=\"black\" stroke-width=\"1.9\" />\r\n");
|
||||||
sb.Append(" </g>\r\n");
|
sb.Append(" </g>\r\n");
|
||||||
}
|
}
|
||||||
private static bool AddSvgPrefix(FileInfo file, StringBuilder sb, bool svg)
|
private static bool AddSvgPrefix(FileInfo file, StringBuilder sb, bool svg)
|
||||||
|
Reference in New Issue
Block a user