first commit
This commit is contained in:
23
perl/lib/Graph-Easy-0.76/t/txt/dot/4_uppercase.txt
Normal file
23
perl/lib/Graph-Easy-0.76/t/txt/dot/4_uppercase.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph {
|
||||
colorscheme: x11;
|
||||
flow: south;
|
||||
title: graph;
|
||||
}
|
||||
group {
|
||||
align: center;
|
||||
fill: inherit;
|
||||
}
|
||||
|
||||
[ a ] { border: dotted black; }
|
||||
[ b ] { border: dotted black; }
|
||||
[ c ] { border: dotted black; }
|
||||
[ d ] { border: dotted black; }
|
||||
|
||||
( cluster_me
|
||||
[ a ]
|
||||
[ b ]
|
||||
)
|
||||
|
||||
[ a ] -- foo --> [ b ]
|
||||
[ c ] -- foo --> [ d ]
|
||||
Reference in New Issue
Block a user