From 14b1e4913e69701f830c94833cce49243f8f08a9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 26 Dec 2003 21:10:09 +0000 Subject: [PATCH] imagelinethick function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147348 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imageline.xml | 38 +++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imageline.xml b/reference/image/functions/imageline.xml index e9cafcdead..102c6237f4 100644 --- a/reference/image/functions/imageline.xml +++ b/reference/image/functions/imageline.xml @@ -1,5 +1,5 @@ - + @@ -21,8 +21,42 @@ imageline draws a line from x1, y1 to x2, y2 (top left is - 0, 0) in image im of color color. + 0, 0) in image image of color color. + + Drawing a thick line + + +]]> + + See also imagecreate and imagecolorallocate.