Circle with dash lines
Posted: 2011-07-18T02:06:34-07:00
Dear friends,
I want to draw two circles, one green, and one black with dashed lines. I could generate two circles as per below command, but could not make dashed lines in black circle.
convert -size 250x250 xc:white -fill none -stroke green -strokewidth 3 -draw "circle 125,125 225,125" -fill none -stroke black -strokewidth 2 -draw "circle 125,125 %1,125" draw_circle1.bmp
I want to draw two circles, one green, and one black with dashed lines. I could generate two circles as per below command, but could not make dashed lines in black circle.
convert -size 250x250 xc:white -fill none -stroke green -strokewidth 3 -draw "circle 125,125 225,125" -fill none -stroke black -strokewidth 2 -draw "circle 125,125 %1,125" draw_circle1.bmp