diff options
Diffstat (limited to 'ext/gd/tests/imagepolygon_basic.phpt')
-rw-r--r-- | ext/gd/tests/imagepolygon_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagepolygon_basic.phpt b/ext/gd/tests/imagepolygon_basic.phpt index 19e54fa901..21186e9ecc 100644 --- a/ext/gd/tests/imagepolygon_basic.phpt +++ b/ext/gd/tests/imagepolygon_basic.phpt @@ -22,7 +22,7 @@ $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png'; // create a blank image $image = imagecreatetruecolor(400, 300); -// set the background color to black +// set the background color to black $bg = imagecolorallocate($image, 0, 0, 0); // draw a red polygon |