Add svg rendering of CFG

This commit is contained in:
Michael Hohn
2022-03-07 09:33:37 -08:00
committed by =Michael Hohn
parent 1b8412ca1d
commit 9e8345152e
2 changed files with 18191 additions and 0 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 943 KiB

View File

@@ -25,7 +25,12 @@ tidy -xml $PRE.dgml | sponge $PRE.dgml
./dgml2dot < $PRE.dgml > $PRE.dot
# Produce the layed-out DAG
# Render -- slow steps:
dot -Tsvg < $PRE.dot > $PRE.svg &
dot -Tpdf < $PRE.dot > $PRE.pdf &
# View
open -a safari $PRE.svg
open $PRE.pdf
# Faster than dot, as sanity check: