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.