erkal / kite

An interactive visualization tool for graph theory

Home Page:https://erkal.github.io/kite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prevent losing the properties in a dot file that is not generated by Kite

erkal opened this issue · comments

idea: since there will undoubtedly be graphviz properties that aren't first-class properties in Kite, we could hold these extraneous properties in a Dict String String. that way, we should be able to import a .dot file and then export an equivalent .dot, without losing those properties.

i haven't looked at how feasible this is at an implementation level. maybe it complicates things more than it's worth.

Originally posted by @brandly in #4 (comment)