Number: 120
Title: using rank changes direction of edge
Submitter: Peter Ivanyi
Date: Mon Apr 1 11:22:04 2002
Subsys: Dot
Version: 1.8.2
System: *-*-
Severity: major
Problem:
The circular referencing is not shown properly in the output when the two nodes have the same rank by setting it explicitly. The output of the example is invalid, because both edges point from "2" to "1". However commenting out the line with rank the output is correct.
Input:
digraph use2dot {
  "1" -> "2"
  "2" -> "1"

  { rank = same; "1"; "2"; }
}
Comments:
[north] I fixed this last week or the week before that. Where did you get this copy of grahviz 1.8.2? I thought this was fixed betwen 1.8.1 and 1.8.2!
Owner: north
Status: Fixed