]> granicus.if.org Git - graphviz/commitdiff
Change test data a3.dot to reflect the bug fix for graph labels and
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:05:55 +0000 (19:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:05:55 +0000 (19:05 +0000)
rankdir=BT;
don't print any config file info with -v if plugins are disabled;
move free of fontpath malloced in libgd to after possible use.

rtest/share/a3.dot

index 5bffc8dad5113608c3d294cb3a5a8584e2bf1ba0..257293f8cb9c69301975c295b26085ea8bf98e80 100644 (file)
@@ -4,7 +4,7 @@ digraph G {
        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"];
+       a [pos="48,42", width="0.75", height="0.50"];
+       b [pos="48,114", width="0.75", height="0.50"];
+       a -> b [pos="e,48,96 48,60 48,68 48,77 48,86"];
 }