From: erg Date: Thu, 14 Jul 2005 22:20:21 +0000 (+0000) Subject: Finish updating regression test files; remove extraneous out file X-Git-Tag: LAST_LIBGRAPH~32^2~7441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24457570021afc2a97df7ce156e5fa024fc50574;p=graphviz Finish updating regression test files; remove extraneous out file --- diff --git a/rtest/share/b491.dot b/rtest/share/b491.dot index fd1907977..04972c85d 100644 --- a/rtest/share/b491.dot +++ b/rtest/share/b491.dot @@ -6,5 +6,5 @@ digraph G { Node26 [pos="124,18", width="1.00", height="0.50"]; Node29 -> Node27 [pos="e,45,35 68,74 63,65 56,54 50,44"]; Node29 -> Node26 [pos="e,113,35 90,74 95,65 102,54 108,44"]; - Node29 -> Node29 [label=v, pos="e,110,105 110,79 120,79 128,83 128,92 128,98 125,101 120,103", lp="132,92"]; + Node29 -> Node29 [label=v, pos="e,110,79 110,105 120,105 128,101 128,92 128,86 125,83 120,81", lp="132,92"]; } diff --git a/rtest/share/longflat.dot b/rtest/share/longflat.dot index 37d9f3aac..a2193d5ff 100644 --- a/rtest/share/longflat.dot +++ b/rtest/share/longflat.dot @@ -1,14 +1,14 @@ digraph if { graph [rankdir=LR]; node [label="\N"]; - graph [bb="0,0,226,124"]; + graph [bb="0,0,201,108"]; { graph [rank=same, bb=""]; - b [pos="199,18", width="0.75", height="0.50"]; - c [pos="199,106", width="0.75", height="0.50"]; + b [pos="119,18", width="0.75", height="0.50"]; + c [pos="119,90", width="0.75", height="0.50"]; } a [pos="27,18", width="0.75", height="0.50"]; - a -> b [pos="e,172,18 54,18 84,18 129,18 162,18"]; - c -> b [label="long long long", pos="e,199,36 199,88 199,74 199,60 199,46", lp="113,62"]; + a -> b [pos="e,92,18 54,18 63,18 72,18 82,18"]; + c -> b [label="long long long", pos="s,119,36 119,46 119,55 119,64 119,72", lp="160,54"]; }