From 05708be76b1be6c27c575d6104e5791640fca063 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 2 Aug 2001 05:25:02 +0000 Subject: [PATCH] Small fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52984 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/image.xml b/functions/image.xml index ee14783490..e7d4028fb2 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -146,7 +146,7 @@ modes of drawing on truecolor images. In blending mode, the alpha channel component of the color supplied to all drawing function, such as ImageSetPixel determines how much of the - underlying color shouldbe allowed to shine through. As a result, gd + underlying color should be allowed to shine through. As a result, gd automatically blends the existing color at that point with the drawing color, and stores the result in the image. The resulting pixel is opaque. In non-blending mode, the drawing color is copied literally with its alpha channel