You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't thought of that as a possibility. The configuration made in these dialogs are saved with the application, not with the graph, so they persist when loading a new graph. I can imagine a feature in the dialogs where the user can chose to update them to the graph defaults, but I don't think the application should do it automatically.
I came here from https://forum.graphviz.org/t/optimizing-dot-files-by-removing-redundant-information/603/3.
Thanks for this app. This looks really nice already!
One thing I noticed while playing around, when editing the following graph, http://magjac.com/graphviz-visual-editor/?dot=digraph%20G%20%7B%0A%09graph%20%5Bcenter%3Dtrue%2C%0A%09%09compound%3Dtrue%2C%0A%09%09fontcolor%3Dblack%2C%0A%09%09fontname%3DHelvetica%2C%0A%09%09fontsize%3D14%2C%0A%09%09penwidth%3D0.1%2C%0A%09%09ratio%3Dcompress%0A%09%5D%3B%0A%09node%20%5Bcolor%3D2%2C%0A%09%09colorscheme%3Dblues4%2C%0A%09%09fillcolor%3D1%2C%0A%09%09fontcolor%3D4%2C%0A%09%09fontname%3DHelvetica%2C%0A%09%09fontsize%3D13%2C%0A%09%09label%3D%22%5CN%22%2C%0A%09%09shape%3Dellipse%2C%0A%09%09style%3Dfilled%0A%09%5D%3B%0A%09edge%20%5Bcolor%3D2%2C%0A%09%09colorscheme%3Dblues3%2C%0A%09%09comment%3D%22Wildcard%20edge%22%2C%0A%09%09fontcolor%3D3%2C%0A%09%09fontname%3DHelvetica%2C%0A%09%09fontsize%3D10%2C%0A%09%09style%3Dsolid%0A%09%5D%3B%0A%20%20%20%20n24%20%5B%20shape%3Dellipse%5D%0A%20%20%20%20n25%20%5B%20shape%3Dellipse%5D%0A%7D%0A,
the default node and edge settings from the dot code are not used for populating the "node format" and "edge format" dialogs.
The text was updated successfully, but these errors were encountered: