From f8a46528b75b9512cae08e7c22d6587a960e41ea Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:52:47 +0000 Subject: [PATCH] Update base regression test files --- rtest/share/a3.dot | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rtest/share/a3.dot diff --git a/rtest/share/a3.dot b/rtest/share/a3.dot new file mode 100644 index 000000000..5bffc8dad --- /dev/null +++ b/rtest/share/a3.dot @@ -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"]; +} -- 2.40.0