mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fix stupid mistake.
This commit is contained in:
parent
c5aa23dbc4
commit
9a45d0402a
@ -117,8 +117,7 @@ public class ExporterFactory {
|
|||||||
}
|
}
|
||||||
case SVG: {
|
case SVG: {
|
||||||
final Document dom = normalizeSvg(mapSvg, imgPath);
|
final Document dom = normalizeSvg(mapSvg, imgPath);
|
||||||
String s = domToString(dom);
|
output.write(domToString(dom).getBytes("UTF-8"));
|
||||||
output.write(null);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case FREEMIND: {
|
case FREEMIND: {
|
||||||
|
Loading…
Reference in New Issue
Block a user