From: ellson Date: Mon, 29 Oct 2007 17:11:30 +0000 (+0000) Subject: add baseline reference for rtest X-Git-Tag: LAST_LIBGRAPH~32^2~5135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f74b917dd7131748404424248a50ca4e836ba3e;p=graphviz add baseline reference for rtest --- diff --git a/rtest/nshare/ordering_dot.dot b/rtest/nshare/ordering_dot.dot new file mode 100644 index 000000000..bd0acaf5d --- /dev/null +++ b/rtest/nshare/ordering_dot.dot @@ -0,0 +1,32 @@ +digraph G { + graph [ordering=in]; + node [label="\N"]; + graph [bb="0,0,414,252"]; + 0 [pos="135,234", width="0.75", height="0.50"]; + 1 [pos="99,162", width="0.75", height="0.50"]; + 2 [pos="171,162", width="0.75", height="0.50"]; + 3 [pos="27,90", width="0.75", height="0.50"]; + 5 [pos="99,90", width="0.75", height="0.50"]; + 7 [pos="243,90", width="0.75", height="0.50"]; + 4 [pos="315,90", width="0.75", height="0.50"]; + 6 [pos="171,90", width="0.75", height="0.50"]; + 8 [pos="387,90", width="0.75", height="0.50"]; + 9 [pos="135,18", width="0.75", height="0.50"]; + 10 [pos="315,18", width="0.75", height="0.50"]; + 0 -> 1 [pos="e,108,179 126,217 122,208 117,198 112,188"]; + 0 -> 2 [pos="e,162,179 144,217 148,208 153,198 158,188"]; + 1 -> 3 [pos="e,42,105 84,147 74,137 61,124 49,112"]; + 1 -> 5 [pos="e,99,108 99,144 99,136 99,127 99,118"]; + 1 -> 7 [pos="e,221,101 121,151 145,138 185,119 212,105"]; + 2 -> 4 [pos="e,293,101 193,151 217,138 257,119 284,105"]; + 2 -> 5 [pos="e,114,105 156,147 146,137 133,124 121,112"]; + 2 -> 6 [pos="e,171,108 171,144 171,136 171,127 171,118"]; + 2 -> 8 [pos="e,366,101 196,156 232,147 297,129 351,108 353,107 355,106 357,105"]; + 3 -> 9 [pos="e,116,31 46,77 63,66 88,49 108,37"]; + 5 -> 9 [pos="e,126,35 108,73 112,64 117,54 122,44"]; + 6 -> 9 [pos="e,144,35 162,73 158,64 153,54 148,44"]; + 7 -> 9 [pos="e,154,31 224,77 207,66 182,49 162,37"]; + 4 -> 10 [pos="e,315,36 315,72 315,64 315,55 315,46"]; + 8 -> 10 [pos="e,330,33 372,75 362,65 349,52 337,40"]; + 6 -> 10 [pos="e,293,29 193,79 217,66 257,47 284,33"]; +}