From 18cf7547672493b879b44f43b64a0fc41bf3dbb1 Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Sat, 28 Mar 2026 00:39:51 +0300 Subject: [PATCH 1/4] imagesetthickness.xml Fix examples --- reference/image/functions/imagesetthickness.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagesetthickness.xml b/reference/image/functions/imagesetthickness.xml index 0ae74d3b7fd9..f18e087ff0b1 100644 --- a/reference/image/functions/imagesetthickness.xml +++ b/reference/image/functions/imagesetthickness.xml @@ -66,13 +66,14 @@ Date: Sat, 28 Mar 2026 00:41:34 +0300 Subject: [PATCH 2/4] imagesetbrush.xml Fix coordinates --- reference/image/functions/imagesetbrush.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagesetbrush.xml b/reference/image/functions/imagesetbrush.xml index a64df9ece62b..1380cc3a3574 100644 --- a/reference/image/functions/imagesetbrush.xml +++ b/reference/image/functions/imagesetbrush.xml @@ -84,6 +84,7 @@ Date: Sat, 28 Mar 2026 00:46:06 +0300 Subject: [PATCH 3/4] imagedashedline.xml Fix parameter descriptions --- reference/image/functions/imagedashedline.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/image/functions/imagedashedline.xml b/reference/image/functions/imagedashedline.xml index 1a684d30ecee..6194365df1e5 100644 --- a/reference/image/functions/imagedashedline.xml +++ b/reference/image/functions/imagedashedline.xml @@ -19,7 +19,7 @@ This function is deprecated. Use combination of imagesetstyle and imageline - instead. + instead. 0, 0 is the top left corner of the image. @@ -31,7 +31,7 @@ x1 - Upper left x coordinate. + x-coordinate of the first point. @@ -39,7 +39,7 @@ y1 - Upper left y coordinate 0, 0 is the top left corner of the image. + y-coordinate of the first point. @@ -47,7 +47,7 @@ x2 - Bottom right x coordinate. + x-coordinate of the second point. @@ -55,7 +55,7 @@ y2 - Bottom right y coordinate. + y-coordinate of the second point. From 94188b75057d2efe261bbe376a80359b474bc482 Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Sat, 28 Mar 2026 00:49:21 +0300 Subject: [PATCH 4/4] imagerectangle.xml Fix parameter descriptions --- reference/image/functions/imagerectangle.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/image/functions/imagerectangle.xml b/reference/image/functions/imagerectangle.xml index 12bc6cf8be21..1692670177ad 100644 --- a/reference/image/functions/imagerectangle.xml +++ b/reference/image/functions/imagerectangle.xml @@ -18,7 +18,7 @@ imagerectangle creates a rectangle starting at - the specified coordinates. + the specified coordinates. 0, 0 is the top left corner of the image. @@ -38,8 +38,7 @@ y1 - Upper left y coordinate - 0, 0 is the top left corner of the image. + Upper left y coordinate.