mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 00:44:40 -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"
|
+ " empspacing=\"4\"\n"
|
||||||
+ " spacingx=\"5\"\n"
|
+ " spacingx=\"5\"\n"
|
||||||
+ " spacingy=\"5\" />\n"
|
+ " spacingy=\"5\" />\n"
|
||||||
+ " </sodipodi:namedview>\n"
|
+ " </sodipodi:namedview>\n");
|
||||||
+ " <g>\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -95,7 +94,6 @@ public class SvgTemplate implements Closeable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
w.write("</g>\n");
|
|
||||||
w.write("</svg>\n");
|
w.write("</svg>\n");
|
||||||
w.close();
|
w.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user