Documentation error
Posted: 2008-07-15T10:22:11-07:00
The comment at the front of DrawPoint in drawing-wand.c says:
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.
Pete
In fact it uses the fill color.% DrawPoint() draws a point using the current stroke color and stroke
% thickness at the specified coordinates.
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.
Pete