[PHP-DOC] Bug #9710 Updated: ImageTTFText bounding box coordinates incorrect in manual From: sander <email protected>
Date: 10/10/01

ID: 9710
Updated by: sander
Reported By: bobw123 <email protected>
Status: Open
Bug Type: Documentation problem
Operating System: BSDI 4.1
PHP Version: 4.0.2
New Comment:

Documentation about ImageTTFBBox is correct.
Documentation about ImageTTFText is NOT correct, it should read "lower left, lower right, upper right, upper left".

Tested with PHP-4.0.6 with the GD binary from 4.0.5 (which is 1.8.x).

Previous Comments:
------------------------------------------------------------------------

[2001-08-06 14:25:05] andy <email protected>

ok, maybe I'm not so sure, can anybody with windows test this...

------------------------------------------------------------------------

[2001-08-06 13:56:07] andy <email protected>

Documentation is wrong

Assigned to myself.

------------------------------------------------------------------------

[2001-03-12 13:00:39] bobw123 <email protected>

Hi,

The coordinates returned from ImageTTFText
are stated to be "upper left, upper right, lower right, lower left"
in the manual, but are returned as the following ( which is the
same array structure that is returned from ImageTTFBBox):

bottom left:
x: 0
y: 1

bottom right
x: 2
y: 3

top right:
x: 4
y: 5

top left:
x: 6
y: 7

Possibly the newer version of GD/PHP returns the different array
sructure, as I am using GD 1.3.

Bob

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=9710&edit=1