]> granicus.if.org Git - graphviz/commitdiff
Update base regression test files
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:52:47 +0000 (18:52 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:52:47 +0000 (18:52 +0000)
rtest/share/a3.dot [new file with mode: 0644]

diff --git a/rtest/share/a3.dot b/rtest/share/a3.dot
new file mode 100644 (file)
index 0000000..5bffc8d
--- /dev/null
@@ -0,0 +1,10 @@
+digraph G {
+       graph [rankdir=BT];
+       node [label="\N"];
+       graph [label="this is a graph",
+               lp="48,12",
+               bb="0,0,96,132"];
+       a [pos="48,18", width="0.75", height="0.50"];
+       b [pos="48,90", width="0.75", height="0.50"];
+       a -> b [pos="e,48,72 48,36 48,44 48,53 48,62"];
+}