We susspects that "- draw_info->alpha=OpaqueAlpha;" (MagickCore/draw.c:4957) should not have been removed.
The following commands works as expected with 7.0.2-4, but not with >= 7.0.2-5:
Code: Select all
convert -size 50x50 xc:transparent -draw 'rectangle 10,10 30,30' in.gif
convert -size 50x50 xc:red -draw 'image over 0,0 50,50 in.gif' out.gif