-MFB, Right filename

This commit is contained in:
Mattias Bengtsson 2007-11-05 01:14:31 +00:00
parent f75ae01f09
commit 547ba90c09

View File

@ -9,7 +9,7 @@ Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)
$im = ImageCreate( 200, 100 );
$black = ImageColorAllocate( $im, 0, 0, 0 );
$im_tile = ImageCreateFromGif( "transback.gif" );
$im_tile = ImageCreateFromGif(dirname(__FILE__) . "/bug43121.gif" );
ImageSetTile( $im, $im_tile );
ImageFill( $im, 0, 0, IMG_COLOR_TILED );