From f01fb4024a5cfc52bf236f687ecf741f473abda6 Mon Sep 17 00:00:00 2001 From: Mike Robinson Date: Sun, 30 Dec 2001 16:36:45 +0000 Subject: [PATCH] fix for 9710 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66531 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 85c3503917..8038bf275d 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -3201,8 +3201,8 @@ ImageDestroy ($im); ImageTTFText returns an array with 8 elements representing four points making the bounding box of the - text. The order of the points is upper left, upper right, lower - right, lower left. The points are relative to the text + text. The order of the points is lower left, lower right, upper + right, upper left. The points are relative to the text regardless of the angle, so "upper left" means in the top left-hand corner when you see the text horizontallty.