first commit
This commit is contained in:
21
perl/lib/Graph-Easy-0.76/t/syntax/0131.txt
Normal file
21
perl/lib/Graph-Easy-0.76/t/syntax/0131.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
# Three non-overlapping groups
|
||||
|
||||
group.nrw { fill: #ffa070; }
|
||||
group.sachsen { fill: #f07070; }
|
||||
|
||||
( Bayern
|
||||
[ Augsburg ]
|
||||
) { fill: #70b070; }
|
||||
|
||||
[ Augsburg ] --> [ Dortmund ]
|
||||
|
||||
( Nordrhein-Westfalen
|
||||
[ Dortmund ] -> [ Olpe ]
|
||||
--> [ Hamm ]
|
||||
) { class: nrw; }
|
||||
|
||||
( Sachsen
|
||||
[ Leipzig ]
|
||||
) { class: sachsen }
|
||||
|
||||
[ Hamm ] --> [ Leipzig ]
|
||||
Reference in New Issue
Block a user