first commit
This commit is contained in:
7
perl/lib/Graph-Easy-0.76/t/in/dot/2_setlinewidth.dot
Normal file
7
perl/lib/Graph-Easy-0.76/t/in/dot/2_setlinewidth.dot
Normal file
@@ -0,0 +1,7 @@
|
||||
digraph {
|
||||
"Bonn" [ style="setlinewidth(4)" ]
|
||||
"Berlin" [ style="filled, setlinewidth(5)" ]
|
||||
|
||||
"Bonn" -> "Berlin"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user