SVG files must be exported with .svg extension.
parent
76c9b2c0f9
commit
499a2eafbf
|
@ -19,7 +19,7 @@
|
|||
package com.wisemapping.exporter;
|
||||
|
||||
public enum ExportFormat {
|
||||
SVG("image/svg+xml", "xml"),
|
||||
SVG("image/svg+xml", "svg"),
|
||||
JPEG("image/jpeg", "jpg"),
|
||||
PNG("image/png", "png"),
|
||||
MINDJET("text/xml", "xml"),
|
||||
|
|
Loading…
Reference in New Issue