Polyline draw produces unexpected results.
Posted: 2015-02-24T08:04:47-07:00
Code: Select all
convert -size 250x250 xc:#FFFFFF -stroke red -fill none -strokewidth 5 -draw "polyline 100,100 200,100 200,200 100,200 100,100" "Output.png"
Code: Select all
convert.exe -size 250x250 xc:#FFFFFF -stroke red -fill none -strokewidth 5 -draw "polyline 100,100 200,100 100,100" "Output.png"
Code: Select all
convert -size 250x250 xc:#FFFFFF -stroke red -fill none -strokewidth 5 -draw "polyline 100,100 200,100 200,200 100,200 100,100 100,100 200,100 200,200 100,200 100,100" "Output.png"
Code: Select all
convert.exe -size 400x400 xc:#FFFFFF -stroke "rgba(255,0,0,1.00)" -fill none -strokewidth 5 -draw "polyline 100,100 200,100 200,200 100,200 100,100 100,200 200,200 200,100 100,100" "Output.png"
Version: ImageMagick 6.9.0-7 Q16 x86 2015-02-18