first commit
This commit is contained in:
23
perl/lib/Graph-Easy-0.76/t/txt/8_labels.txt
Normal file
23
perl/lib/Graph-Easy-0.76/t/txt/8_labels.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
edge {
|
||||
color: blue;
|
||||
labelcolor: green;
|
||||
}
|
||||
graph {
|
||||
background: oldlace;
|
||||
label: My sample graph;
|
||||
border: solid black;
|
||||
}
|
||||
|
||||
[ Five ] { color: yellow; fill: maroon; }
|
||||
[ One ] { color: white; fill: seagreen; }
|
||||
[ Two ] { shape: triangle; }
|
||||
|
||||
[ Five ] - Test label - > { color: red; labelcolor: darkslategrey; } [ Seven ]
|
||||
[ Five ] --> [ Seven ]
|
||||
[ Five ] <==> [ Three ]
|
||||
[ Five ] --> [ Eight ]
|
||||
[ One ] ==> [ Three ]
|
||||
[ One ] .. Test\n label ..> [ Four ]
|
||||
[ One ] -- label --> [ Two ]
|
||||
[ Seven ] -- [ Eight ]
|
||||
[ Three ] <.. Test label ..> [ Six ]
|
||||
Reference in New Issue
Block a user