]> granicus.if.org Git - graphviz/commitdiff
add baseline reference for rtest
authorellson <devnull@localhost>
Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)
committerellson <devnull@localhost>
Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)
rtest/nshare/edgeclip_dot.dot [new file with mode: 0644]

diff --git a/rtest/nshare/edgeclip_dot.dot b/rtest/nshare/edgeclip_dot.dot
new file mode 100644 (file)
index 0000000..7296ac3
--- /dev/null
@@ -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"];
+}