ID: 15405 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment:
Yeah it's cool, isn't it? It's even documented: http://www.php.net/manual/en/function.imagettftext.php Previous Comments: ------------------------------------------------------------------------ [2002-02-06 15:00:28] [EMAIL PROTECTED] i'm using v2.0.1 of gd. when i run: ImageTTFText($image, $size, $rot, $stringX, $stringY, $white, $font, $msg); The text is white. when i run: ImageTTFText($image, $size, $rot, $stringX, $stringY, -$white, $font, $msg); (note the "-" in front of the color), the text is not white. it's sometimes yellow, sometimes grey, but never white. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15405&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php