NSP format support (NotesToFootnotes, NullBox, StepTypeColOverride, StepTypeWidthOverride
Adjusted the position of the default circle (ellipse)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user