Experimental support for embedded SVG in HTML5

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@147 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2012-04-04 09:35:48 +00:00
parent 71bff7e653
commit ac7f03f44f
3 changed files with 33 additions and 13 deletions

View file

@ -185,7 +185,7 @@ public class GraphicConverterImpl2 implements GraphicConverter {
XStorable.class, xDocument);
xStore.storeToURL ("private:stream", exportProps);
outputStream.closeOutput();
byte[] result = outputStream.getBuffer();
xDocument.dispose();