Number: 139
Title: extra vertical line at end of record
Submitter: Joe McMahon
Date: Fri Apr 26 17:29:00 2002
Subsys: Dot
Version: 1.8.5
System: Other-Linux-Debian Linux/PPC (testing, 2.4 kernel)
Severity: minor
Problem: This is another problem that may have been reported previously; when generating certain kinds of records, dot creates an extra 1-pixel cell at the right-hand end of the record. The drawing is all right otherwise.
Input:
digraph test {
  graph [rankdir=LR, label="three-element hash, vertical"];
  node [label="\N"];
  {
    graph [rank=same];
    gvds_hash0 [label="{{<port1>Alpha|<port3>Beta|<port5>Gamma}|{<port2>sample|<port4>a longer string|<port6>1}}", color=white, fontcolor=black, rank=0, shape=record, style=filled];
  }
}
Comments: problem was also evident in the previous (1.7) release.
Owner: *
Status: Fixed