microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 307 forks source link

NodeId cannot have spaces in subgraph when reading/writing XML #375

Open ControlFreakEv opened 2 months ago

ControlFreakEv commented 2 months ago

If a graph is saved as XML and then read back, a null key exception occurs when calling the "CreateGeometryGraph()" method. It appears the subgraph list of nodeIds are separated with a space in XML which causes an issue if your nodeId has a space.