Daniel Cook
Daniel Cook
Update: I've actually managed to use both the path and bytestream methods to add and match images from the console and using the same Python environment that my Flask app...
I came across this open issue while looking into #4644, which also uses the `copy` function found [here](https://github.com/mermaid-js/mermaid/blob/f8ebfeefec466d5001939f5a520a89cee2e4639d/packages/mermaid/src/dagre-wrapper/mermaid-graphlib.js#L50). Changing `Graph.prototype.edges` to `Graph.prototype.nodeEdges` (see [here](https://github.com/mermaid-js/mermaid/blob/f8ebfeefec466d5001939f5a520a89cee2e4639d/packages/mermaid/src/dagre-wrapper/mermaid-graphlib.js#L95) as suggested above does allow the...