You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,21 @@ SVG to XML mxGraph stencil definition translation tool.
13
13
This was created for internal use, so there are lots of things unfinished.
14
14
```
15
15
16
-
It contains the original svg2xml tool; it aims to improve it and to add the following features
16
+
It contains the original `svg2xml` tool; it aims to improve it and to add the following features
17
17
- modernize [svg2xml](#svg2xml) and contribute improvements to the upstream repository (if it is [still active and accept
18
18
contributions](https://github.com/jgraph/svg2xml/pull/13#issuecomment-619573225)): CLI, UI look&feel updates, implement to complete features....
19
19
- add [xml2js](#xml2js): translate an XML mxGraph stencil definition into a set of corresponding JavaScript/TypeScript commands for an
20
20
easy integration in JS programs
21
21
- add [svg2js](#svg2js): convert an SVG file into a set of `mxGraph` JavaScript/TypeScript commands
22
22
23
-
23
+
**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).
24
24
25
25
## Build
26
26
27
27
> Requirements: JDK 8+
28
-
> The build relies on Maven; the project uses the Maven Wrapper, no need to install Maven as the wrapper manages this
29
-
> for you.
28
+
> The build relies on Maven; the project uses the Maven Wrapper, no need to install Maven as the wrapper manages this for you.
29
+
>
30
+
> **WARNING**: the tests are known to fail when running with JDK 21!
0 commit comments