From 0bda9ee3bc2ffabd372cfb4f87a99756a2d2b64c Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 23 Nov 2002 20:15:25 +0000 Subject: [PATCH] Added URL refernce to libGD > 2.0.2 (required for this function) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105433 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imageellipse.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imageellipse.xml b/reference/image/functions/imageellipse.xml index 788011250d..b2d877e318 100644 --- a/reference/image/functions/imageellipse.xml +++ b/reference/image/functions/imageellipse.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,10 @@ ellipse's width and height respectively. The color of the ellipse is specified by color. - This function was added in PHP 4.0.6 and requires GD 2.0.2 or later + + This function was added in PHP 4.0.6 and requires GD 2.0.2 or later + which can be obtained at &url.gd; + See also imagearc.