nikeee / edotor.net

Your favourite Graphviz editor
https://edotor.net
MIT License
176 stars 21 forks source link

Feature request: Preserve zoom when updating #43

Open yurikhan opened 2 years ago

yurikhan commented 2 years ago

Use case: I have a busy graph and I zoom to better see a part of it. I then modify the text in the left pane.

Observed behavior: the graph updates and zoom is reset to fit the whole graph in the right pane.

Desired behavior: the graph updates and I see roughly the same part of the graph.

I understand that changing the graph source can drastically affect its layout. It’s okay if zoom and panning position are preserved naïvely.