Number: 10
Title: records plus overlaps in neato
Submitter: Emden R. Gansner erg@research.att.com
Date: Fri Apr 20 11:02:31 2001
Subsys: Neato
Version:
System: *-*-
Severity: major
Problem:
If a graph contains record nodes and neato is run with overlap=false, the output gets garbled, with nodes positioned incorrectly, the bounding box incorrect and, in extreme cases, unexecutable postscript. If record is changed to box or overlap=true, the problem goes away.
Input:
digraph OSPF {

    node[shape=record];
    "r135.207.26.1" [label =" <r0> 135.207.26.1 | | <i1> 135.207.26.1 | <i2> 135
.205.95.1" ];
    "r192.168.4.1" [label =" <r0> 192.168.4.1 | | <i1> 135.207.31.1" ];

   "r135.207.26.1" -> "r192.168.4.1";

}
Owner: north
Status: Fixed