From 1a8384af5c8f873b9407b2941d688f27c79ab492 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 13 Dec 2009 22:05:57 +0000 Subject: [PATCH] Fixed #50441 (imagealphablending is stated to default to false) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292090 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagealphablending.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagealphablending.xml b/reference/image/functions/imagealphablending.xml index 59ca772ef6..06cc075fc8 100644 --- a/reference/image/functions/imagealphablending.xml +++ b/reference/image/functions/imagealphablending.xml @@ -34,7 +34,8 @@ blendmode - Whether to enable the blending mode or not. Default to &false;. + Whether to enable the blending mode or not. On true color images + the default value is &true; otherwise the default value is &false;