Date: 12/30/01
- Next message: mrobinso <email protected>: "[PHP-DOC] Bug #9710 Updated: ImageTTFText bounding box coordinates incorrect in manual"
- Previous message: mrobinso <email protected>: "[PHP-DOC] Bug #11738 Updated: Unresolved symbols in Apche DSO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mrobinso Sun Dec 30 11:36:45 2001 EDT
Modified files:
/phpdoc/en/functions image.xml
Log:
fix for 9710
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.72 phpdoc/en/functions/image.xml:1.73
--- phpdoc/en/functions/image.xml:1.72 Thu Dec 20 17:05:04 2001
+++ phpdoc/en/functions/image.xml Sun Dec 30 11:36:45 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.72 $ -->
+<!-- $Revision: 1.73 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@@ -3201,8 +3201,8 @@
<para>
<function>ImageTTFText</function> 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.
</para>
- Next message: mrobinso <email protected>: "[PHP-DOC] Bug #9710 Updated: ImageTTFText bounding box coordinates incorrect in manual"
- Previous message: mrobinso <email protected>: "[PHP-DOC] Bug #11738 Updated: Unresolved symbols in Apche DSO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

