Number: 2089
Title: Edge direction changes only by 'rank' and 'label'
Submitter: K. Nakano
Date: Sat Dec 11 07:21:01 2010
Subsys: Dot
Version: 2.26.3
System: *-*-
Severity: major
Problem:
When we use `rank=same' in a block and put a label to some edge in it, the direction of the edge changes.
Input:
digraph g { {rank=same; 0 1 2}; 1 -> 0; 2 -> 0 [label=a] }
Comments: [erg] Fixed in 2.27
Owner: erg
Status: Fixed