This commit is contained in:
2012-04-02 15:30:13 +00:00
parent 35d0e96e7f
commit 3ac0159ce5

View File

@@ -141,8 +141,9 @@ namespace fmtxml
}
private static void AddC0(StringBuilder sb)
{
// note that cx = 1 has been tested with NSP.
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");
}
private static bool AddSvgPrefix(FileInfo file, StringBuilder sb, bool svg)