first commit
This commit is contained in:
15
perl/lib/Graph-Easy-0.76/t/txt/2_classes.txt
Normal file
15
perl/lib/Graph-Easy-0.76/t/txt/2_classes.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
edge.blue { color: blue; }
|
||||
edge.green { color: blue; }
|
||||
edge.red { color: red; }
|
||||
group { color: blue; }
|
||||
group.blue { color: blue; }
|
||||
group.green { color: blue; }
|
||||
group.red { color: red; }
|
||||
node.blue { color: blue; }
|
||||
node.green { color: blue; }
|
||||
node.red { color: red; }
|
||||
|
||||
[ Black ] { class: green; }
|
||||
[ Red ] { class: red; }
|
||||
|
||||
[ Red ] -- red --> { class: red; } [ Black ]
|
||||
Reference in New Issue
Block a user