Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It contains the original `svg2xml` tool; it aims to improve it and to add the fo
easy integration in JS programs
- add [svg2js](#svg2js): convert an SVG file into a set of `mxGraph` JavaScript/TypeScript commands

**NOTE**: The main purpose of this repository is to provide the svg2js tool and to use it when developing [bpmn-visualization](https://https://github.com/process-analytics/bpmn-visualization-js).
**NOTE**: The main purpose of this repository is to provide the `svg2js` tool and to use it when developing [bpmn-visualization](https://https://github.com/process-analytics/bpmn-visualization-js).

## Build

Expand Down
9 changes: 8 additions & 1 deletion src/test/java/com/mxgraph/svg2xml/Svg2XmlTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,11 @@ void convertToXml_files_from_two_folders_without_subfolders_files_given_ordered_
);
}

}
@Test
void issue_upstream_24() {
Svg2Xml svg2Xml = newSvg2Xml();
File destPath = destinationFolder("upstream_issue_24");
svg2Xml.convertToXml(svgSourceFiles("upstream-issue-24/entry.svg"), destPath);
}

}
28 changes: 28 additions & 0 deletions src/test/resources/svg/upstream-issue-24/entry.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.