mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 07:48:29 -04:00
removed grouping from SVG template
This commit is contained in:
parent
39e6196156
commit
15f35228a9
@ -69,8 +69,7 @@ public class SvgTemplate implements Closeable {
|
||||
+ " empspacing=\"4\"\n"
|
||||
+ " spacingx=\"5\"\n"
|
||||
+ " spacingy=\"5\" />\n"
|
||||
+ " </sodipodi:namedview>\n"
|
||||
+ " <g>\n");
|
||||
+ " </sodipodi:namedview>\n");
|
||||
}
|
||||
|
||||
/**
|
||||
@ -95,7 +94,6 @@ public class SvgTemplate implements Closeable {
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
w.write("</g>\n");
|
||||
w.write("</svg>\n");
|
||||
w.close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user