From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: GD related Bug description: anti-aliasing switch (-$color) is wack in ImageTTFText
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 bug report at http://bugs.php.net/?id=15405&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15405&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15405&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15405&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15405&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15405&r=support Expected behavior: http://bugs.php.net/fix.php?id=15405&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15405&r=notenoughinfo -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php