MJL85 / natlas

natlas - Network Discovery and Auto-Diagramming
GNU General Public License v2.0
511 stars 110 forks source link

natlas should output both svg diagram and DOT file format #50

Closed mpenning closed 5 years ago

mpenning commented 5 years ago

Sometimes it's useful to tweak the information or rendering of the auto-generated .svg map; however, all known editing tools for .svg format (such as inkscape) do not offer any real way to rearrange nodes without much pain.

In some cases, it's easier to change the DOT source itself and redraw / render the svg. I forked natlas and created a -D option to create a dot file along with the automatic diagram.

Please see the PR for changes and consider merging the PR in.

mpenning commented 5 years ago

I realized that I can use -o something.dot and save as a dot file. No further action is required