From 7102f60fce165f400d49a8ad255ea060f04fff18 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 24 May 2004 13:11:12 +0000 Subject: [PATCH] s/w/b git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159502 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagearc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagearc.xml b/reference/image/functions/imagearc.xml index 3be4f1f6c8..b23fda7b12 100644 --- a/reference/image/functions/imagearc.xml +++ b/reference/image/functions/imagearc.xml @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@ $img = imagecreate(200, 200); $white = imagecolorallocate($img, 255, 255, 255); $black = imagecolorallocate($img, 0, 0, 0); -// draw a white circle +// draw a black circle imagearc($img, 100, 100, 150, 150, 0, 360, $black); // output image in the browser