Hacker News new | ask | show | jobs
by burtonator 3935 days ago
AWESOME that it's SVG but dot/graphviz supports SVG output.

What I've been doing is I just have a dir of .dot files and then I have a gen.sh script which writes the SVG/PNG files.

Dot is a bit more low level but more powerful. Great for documenting protocols or state machines.