first commit
This commit is contained in:
9
perl/lib/Graph-Easy-0.76/t/txt/gdl/1_color_code.txt
Normal file
9
perl/lib/Graph-Easy-0.76/t/txt/gdl/1_color_code.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph {
|
||||
flow: south;
|
||||
label: Graph of sub_105D40F;
|
||||
}
|
||||
node { align: left; }
|
||||
|
||||
[ 0 ] { label: sub_105D40F:\nmov edi, esi\npush ebp\njz short loc_105D27B; rank: 0; x-vcg-vertical_order: 0; }
|
||||
|
||||
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_bottom_to_top.txt
Normal file
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_bottom_to_top.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph { flow: north; }
|
||||
node { align: left; }
|
||||
|
||||
[ A ] --> [ B ]
|
||||
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_left_to_right.txt
Normal file
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_left_to_right.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph { flow: east; }
|
||||
node { align: left; }
|
||||
|
||||
[ A ] --> [ B ]
|
||||
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_right_to_left.txt
Normal file
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_right_to_left.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph { flow: west; }
|
||||
node { align: left; }
|
||||
|
||||
[ A ] --> [ B ]
|
||||
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_top_to_bottom.txt
Normal file
5
perl/lib/Graph-Easy-0.76/t/txt/gdl/2_top_to_bottom.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph { flow: south; }
|
||||
node { align: left; }
|
||||
|
||||
[ A ] --> [ B ]
|
||||
Reference in New Issue
Block a user