svg2xml icon indicating copy to clipboard operation
svg2xml copied to clipboard

SVG to XML mxGraph stencil definition translation tool

Results 7 svg2xml issues
Sort by recently updated
recently updated
newest added

add support for styles declared via stx like for AWS svgs (style classes) transformation nesting add support for manual setting of bounds (a rect with a custom ID) handle multiple...

Destination folder:C:\Users\Administrator\Documents parsing demoSvg using 0 configs java.lang.NumberFormatException: For input string: "30.493C141.45" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1250) at java.lang.Double.valueOf(Double.java:504) at com.mxgraph.svg2xml.Shape2Xml.getPathParam(Shape2Xml.java:1478) at com.mxgraph.svg2xml.Shape2Xml.matrixTransformPathPartMove(Shape2Xml.java:1351) at com.mxgraph.svg2xml.Shape2Xml.parseMatrixTransformPathPart(Shape2Xml.java:944) at com.mxgraph.svg2xml.Shape2Xml.matrixTransformPath(Shape2Xml.java:901) at com.mxgraph.svg2xml.Shape2Xml.parse(Shape2Xml.java:291) at com.mxgraph.svg2xml.Svg2Xml.(Svg2Xml.java:474) at com.mxgraph.svg2xml.Svg2XmlGui.actionPerformed(Svg2XmlGui.java:249)...

With this command `java -classpath lib/mxgraph-core.jar:classes com.mxgraph.svg2xml.Svg2XmlGui` got issue: `Error: Could not find or load main class com.mxgraph.svg2xml.Svg2XmlGui` . Then, I try to use command `java -cp ./classes;. com.mxgraph.svg2xml.Svg2XmlGui`