Hey there,
I've been trying to export graphml files to any graphic format (SVG, PNG, JPG, whatever works). However, I don't manage to get the same result when using the API (and specifically the GraphFormatConverter class provided with the demo) than doing it with the editor. On the editor, graphs are transformed "as is", while doing programmatically changes the icon shapes to really basic ones (colored squares). I would like to have an exact representation, unaltered, of what the editor displays.
I'm guessing it's possible because the tool actually makes it, but I just can't find the way to do it myself.
Would very much appreciate any help.
Cheers.