tags 322537 + patch
thanks
Hi,
A patch :)
--
"ROUCARIÈS Bastien"
[email protected]
-------------------------------------------------------------------------------
DO NOT WRITE TO [email protected] OR BE BLACKLISTED
diff --git a/utilities/convert.1.in b/utilities/convert.1.in
index b324c6b..d34d60a 100644
--- a/utilities/convert.1.in
+++ b/utilities/convert.1.in
@@ -71,8 +71,8 @@ Image Settings:
-seed value seed a new sequence of pseudo-random numbers
-size geometry width and height of image
-stretch type render text with this font stretch
- -stroke color graphic primitive stroke color
- -strokewidth value graphic primitive stroke width
+ -stroke color graphic primitive stroke color (ignored for point graphic primitive)
+ -strokewidth value graphic primitive stroke width (ignored for point graphic primitive)
-style type render text with this font style
-support factor resize support: > 1.0 is blurry, < 1.0 is sharp
-texture filename name of texture to tile onto the image background
diff --git a/www/command-line-options.html b/www/command-line-options.html
index d2b4f96..39d039c 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -3480,6 +3480,8 @@ values range from 0 to the maximum value the storage type can support.
<p>The color is specified using the format described under the <a href="#fill">-fill</a> option.</p>
+<p>Points are not stroked therefore this option is ignored for points</p>
+
<p>See <a href="#draw">-draw</a> for further details.</p>
<div style="margin: auto;">
@@ -3488,6 +3490,8 @@ values range from 0 to the maximum value the storage type can support.
<p>set the stroke width.</p>
+<p>Points are not stroked therefore this option is ignored for points</p>
+
<p>See <a href="#draw">-draw</a> for further details.</p>
<div style="margin: auto;">