From a2ca25ccd171e18b602c5b8add1241a8f72f194f Mon Sep 17 00:00:00 2001 From: elvis Date: Mon, 15 Dec 2025 21:44:31 +0100 Subject: [PATCH] batik --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4fedbb2..e3b190e 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,13 @@ To run locally serve the files in the `reaction_systems_gui/docs/` folder with a brew install jq # MacOS ``` + +* Interrupting computations + + Computations are only interrupted at the end of each node execution. + +* SVG + + Creating SVG files takes a lot of time for big graphs. + + Saved SVG files cannot be rendered correctly by Inkscape, but are by Firefox, Chrome or any other browser and can be handled correctly by [`batik-rasterizer`](https://xmlgraphics.apache.org/batik/tools/rasterizer.html). `batik-rasterizer` can convert the generated SVG files into PDF that correctly render inside latex.