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