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