Subject: | y ordinate incorrect in lower_left_corner() and upper_right_corner() |
The x_min(), y_min() methods return the bottom left corner values;
x_max(), y_max() return the upper right values. Exactly as expected.
However lower_left_corner() returns x_min(), y_max() instead of x_min(),
y_min() and upper_right_corner() returns x_max(), y_min() instead of
x_max(), y_max(). I haven't checked the methods for the other two corners.
I guess this is related to the issue reported in bug 46068?
I'm using Perl 5.10.0 on x64 openSUSE 11.1.