Luigi Foscari
Luigi Foscari
I think I found a way to call scour from Python code: ```python from scour import scour import sys sys.argv = ["-i", "input.svg", "-o", "output.svg"] scour.run() ``` The `run` function...
@DirtyF md files, to avoid rewriting properties.
Created `ScatteredLabelledArcsASCIIGraph` by copying and adapting `ScatteredArcsASCIIGraph`. Notably the `processTransposeBatch` function is used instead of `processBatch` and the underlying graph is not handled by a `BatchGraph`, but by an `ArcLabelledBatchGraph`,...