Problem with MVG and transparency in IM 6.2.9 and later
Posted: 2006-12-09T08:18:36-07:00
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: Please let me know if you need any more information.
- convert -size 32x32 xc:none -draw @7189.mvg 7189.miff
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