Number: 43
Title: rotate=90 broken
Submitter: Bjorn Isaksson
Date: Wed Aug 1 14:52:46 2001
Subsys: Dot
Version: 1.7.5
System: x86-Linux-Debian/testing
Severity: minor
Problem:
Hi,

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:

digraph "rotate" {
        rotate="90";
        "rotate broken with 1.7.5" [shape=box];
}
Output file: b43.gif
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