Page 1 of 1

Problem with MVG and transparency in IM 6.2.9 and later

Posted: 2006-12-09T08:18:36-07:00
by rmagick
Not sure if this is a bug, but it sure is a change in behavior. In IM 6.2.8 this convert command produces an image of a red line on a transparent background. In 6.2.9 and later, the image has a black background:
  • convert -size 32x32 xc:none -draw @7189.mvg 7189.miff
This is the 7189.mvg file:

Code: Select all

push graphic-context
   push defs
      push clip-path -605215498
         push graphic-context
            path 'M0,0 l32,0 l0,32 l-32,0 l0,-32z'
         pop graphic-context
      pop clip-path
   pop defs
   clip-path -605215498
   stroke "red"
   push graphic-context
      line 8,8 24,24
   pop graphic-context
pop graphic-context
Please let me know if you need any more information.

Posted: 2006-12-09T10:11:37-07:00
by magick
We can reproduce the problem you posted and will have a fix by tommorrow. Thanks.

Posted: 2006-12-09T10:44:03-07:00
by rmagick
Thanks for the speedy reply!