Hi,
I am trying to use the graphviz layout algorithms to format draw.io documents. Currently a bit stuck on how to port over the edge coordinates.
I exported the result as xDOT to parse the edge coordinates. However, they are not translating over very well. Is the pos here showing x,y coordinates with the first pair being closest to “a”, and the last pair closest to the “b”?
a → b
pos=“e,3094.7,304.61 2724.3,353.36 2800.6,344.76 2948.7,327.27 3084.5,306.2”];
Really appreciate the help!