depviz icon indicating copy to clipboard operation
depviz copied to clipboard

Transform graphviz edges to the rendered SVG

Open wking opened this issue 8 years ago • 0 comments

Graphviz renders pretty, curvy lines to avoid collisions. Currently we ignore those and create straight-line edges, but it would be nice to transform the paths. Graph.js has a FIXME where this would go, and existing work to transform the node placement, but SVG paths are more complicated to transform ;).

wking avatar Nov 28 '16 21:11 wking