first commit
This commit is contained in:
21
perl/lib/Graph-Easy-0.76/t/txt/3_group_align_center.txt
Normal file
21
perl/lib/Graph-Easy-0.76/t/txt/3_group_align_center.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
edge { align: right; }
|
||||
graph {
|
||||
fontsize: 2em;
|
||||
label: My Graph;
|
||||
}
|
||||
node.left {
|
||||
align: left;
|
||||
fontsize: 1.5em;
|
||||
}
|
||||
|
||||
[ Left\naligned ] { class: left; }
|
||||
[ Right\nAligned ] { align: right; }
|
||||
|
||||
( Nodes:
|
||||
[ Center\n aligned ]
|
||||
[ Left\naligned ]
|
||||
[ Right\nAligned ]
|
||||
) { align: center; border: none; }
|
||||
|
||||
[ Right\nAligned ] -- label\n text --> { align: right; } [ Left\naligned ]
|
||||
[ Left\naligned ] --> [ Center\n aligned ]
|
||||
Reference in New Issue
Block a user