Number: 45
Title: Overlay of weighted edges
Submitter: Emden R. Gansner
Date: Aug 8 12:39:08 EDT 2001
Subsys: Dot
Version: 1.7.7
System: *-*-*
Severity: minor
Problem:
In the example graph, the two edges F -> E use the identical path. Any further deletion of edges or attributes causes the problem to go away.
Input:
digraph top {
    E -> F;
    F -> E [label = "X2", weight=3];
    F -> E [label = "X3", weight=3];
}
Output file: b45.ps
Owner: north
Status: Fixed