NSP format support (NotesToFootnotes, NullBox, StepTypeColOverride, StepTypeWidthOverride

Adjusted the position of the default circle (ellipse)
This commit is contained in:
2011-11-21 20:57:49 +00:00
parent 1ebcd90f48
commit edf0fc82e5
3 changed files with 42 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ namespace fmtxml
private static void AddC0(StringBuilder sb)
{
sb.Append(" <g id=\"C0\">\r\n");
sb.Append(" <ellipse cx=\"-3.8\" cy=\"-15.3\" rx=\"25.2\" ry=\"25.2\" fill=\"none\" stroke=\"black\" stroke-width=\"1.95\" />\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(" </g>\r\n");
}
private static bool AddSvgPrefix(FileInfo file, StringBuilder sb, bool svg)