From 207f2596a15428a3b8e313a69466917aa481a3b1 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 29 Oct 2007 17:11:30 +0000 Subject: [PATCH] add baseline reference for rtest --- rtest/nshare/edgeclip_dot.dot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rtest/nshare/edgeclip_dot.dot diff --git a/rtest/nshare/edgeclip_dot.dot b/rtest/nshare/edgeclip_dot.dot new file mode 100644 index 000000000..7296ac3ba --- /dev/null +++ b/rtest/nshare/edgeclip_dot.dot @@ -0,0 +1,12 @@ +digraph G { + node [label="\N"]; + graph [bb="0,0,126,108"]; + ab [pos="27,90", width="0.75", height="0.50"]; + cd [pos="27,18", width="0.75", height="0.50"]; + CD [pos="99,18", width="0.75", height="0.50"]; + AB [pos="99,90", width="0.75", height="0.50"]; + ab -> cd [pos="e,27,36 27,72 27,64 27,55 27,46"]; + ab -> CD [tailclip=false, pos="e,84,33 27,90 27,90 56,61 77,40"]; + AB -> CD [headclip=false, pos="e,99,18 99,72 99,58 99,40 99,28"]; + AB -> cd [tailclip=false, headclip=false, pos="e,27,18 99,90 99,90 52,43 34,25"]; +} -- 2.40.0