first commit
This commit is contained in:
18
perl/lib/Graph-Easy-0.76/t/in/8_optimize_bend.txt
Normal file
18
perl/lib/Graph-Easy-0.76/t/in/8_optimize_bend.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# Example from Graphviz extension
|
||||
# http://www.wickle.com/wiki/index.php/Graphviz_extension
|
||||
|
||||
node { shape: circle; }
|
||||
|
||||
[ main ] { shape: rect; } # this is a comment
|
||||
-> [ parse ]
|
||||
-> [ execute ]
|
||||
-> [ make_string ] { label: make a\n string; }
|
||||
|
||||
[ main ] ..> [ init ]
|
||||
[ main ] -- Testlabel --> [ cleanup ]
|
||||
|
||||
[ init ] -> [ make_string ]
|
||||
|
||||
[ main ] == 100 times ==> { color: red; style: dashed; } [ printf ] # dashed red edge!
|
||||
|
||||
[ execute ] -> { color: red; } [ compare ] { shape: rect; background: #c1b2ff; }
|
||||
Reference in New Issue
Block a user