Number: 729
Title: Wrong arrow connection using record-shaped nodes.
Submitter: Dmitri Boulytchev
Date: Mon Jun 20 13:28:57 2005
Subsys: Dotty/Lneato/Lefty
Version: dotty version 96c (09-24-96)
System: Sparc-Linux-Linux version 2.6.8-2-sparc64
Severity: cosmetic
Problem:
Input:
digraph structs {
    node [shape=record];
    x [label="<a> A | <b> B"];
    y [label="<a> A | <b> B"];
    x:a -> y:a;
    x:b -> y:b;
}
Output file: b729.ps
Comments:
[erg] Fixed long ago, though it is unclear which version of dot is being used.
Owner: erg
Status: Fixed