This draws properly.
Code: Select all
convert.exe -size 300x300 xc:#CCCCCC -stroke red -fill none -strokewidth 1 -draw "path 'M 252,168 L 254,156 254,148 254,138'" "D:\Output.png"
Code: Select all
convert.exe -size 300x300 xc:#CCCCCC -stroke red -fill none -strokewidth 3 -draw "path 'M 252,168 L 254,156 254,148 254,138'" "D:\Output.png"