Using "rotate=90" in a dot-graph does not work as expected -- at least not for -Tgif and -Tps.
The graph is rotated but not the text.
I did some quick testing of 1.7.7, and that version seems to have the same problem.
Thanks
Bjorn
Input:
Output file: b43.gif
digraph "rotate" {
rotate="90";
"rotate broken with 1.7.5" [shape=box];
}
Comments: As far as I remember this was working in version 1.5
Fix:
This bug is now fixed (the problem was in new code from
gd-2.0.1 so the fix has also been sent to Tom Boutell.)
Owner: ellson
Status: Fixed