From: north Date: Mon, 2 Jun 2008 20:00:31 +0000 (+0000) Subject: flat edge test X-Git-Tag: LAST_LIBGRAPH~32^2~3981 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c32a5b66edfc1a9d42b55a403c150b825fb63486;p=graphviz flat edge test --- diff --git a/rtest/graphs/b1364.dot b/rtest/graphs/b1364.dot deleted file mode 100644 index f8cb9a72f..000000000 --- a/rtest/graphs/b1364.dot +++ /dev/null @@ -1,8 +0,0 @@ -digraph { -"tcp" -> "kernel_linux" [ label="linux" ]; -"usmStats" -> "usmStats-5.5" [ color=red,constraint=false ]; -"usmStats-5.5" -> "usmStats" [ color=red,constraint=false ]; -"snmpv3mibs" -> "snmpEngine"; -"snmpv3mibs" -> "usmStats-5.5"; -"snmpv3mibs" -> "usmStats" [ style=dashed ]; -}