Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
The comment at the front of DrawPoint in drawing-wand.c says:
% DrawPoint() draws a point using the current stroke color and stroke
% thickness at the specified coordinates.
In fact it uses the fill color.
Also, by "stroke thickness" does it mean "stroke width"?. In a test program I set the StrokeWidth to 3 and then drew some coloured points and it draws single (1x1) points rather than a 3x3 "point" as I was expecting from my interpretation of the comment.