first commit
This commit is contained in:
10
perl/lib/Graph-Easy-0.76/t/txt/3_inherit.txt
Normal file
10
perl/lib/Graph-Easy-0.76/t/txt/3_inherit.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
graph { flow: down; }
|
||||
node { align: left; }
|
||||
node.right { align: right; }
|
||||
|
||||
[ Left ] { class: none; }
|
||||
[ Lefty, too ] { class: none; }
|
||||
[ Right ] { class: right; }
|
||||
|
||||
[ Left ] --> [ Lefty, too ]
|
||||
[ Lefty, too ] --> [ Right ]
|
||||
Reference in New Issue
Block a user