6.4.8-6 Problem with opacity in MVG
Posted: 2009-01-18T16:59:36-07:00
The following MVG program produces this image in 6.4.7-10:
but produces this image in 6.4.8-6:
Actually I don't think this problem was in 6.4.8-5 but I don't have that version installed to test. In any case, it was introduced quite recently. I ran both tests on the same Ubuntu 8.10 system. Please let me know if you need any more information.
but produces this image in 6.4.8-6:
Actually I don't think this problem was in 6.4.8-5 but I don't have that version installed to test. In any case, it was introduced quite recently. I ran both tests on the same Ubuntu 8.10 system. Please let me know if you need any more information.
Code: Select all
fill "black"
rectangle 10,20 250,90
stroke "blue"
fill "yellow"
stroke-width 10
opacity 25%
roundrectangle 20,20,60,90,5,5
opacity 50%
roundrectangle 80,20,120,90,5,5
opacity 0.75
roundrectangle 140,20,180,90,5,5
opacity 1
roundrectangle 200,20,240,90,5,5
font-weight normal
font-style normal
stroke "transparent"
fill "black"
gravity south
text -90,15 "25%"
text -30,15 "50%"
text 30,15 "75%"
text 90,15 "100%"