Comment 32 for bug 208217

Revision history for this message
roothorick (8-roothorick-gmail-com) wrote :

Don't think it's fixed. I'm having the same problem with 0.47 (release). I made a simple testcase SVG of a red square with a mask of a square with a white-to-transparency gradient fill, on top of a blue square, resulting in a red-blue gradient.

export as PNG -> expected results (red-blue gradient)
save a copy, PDF -> solid blue square (masked object removed entirely)
Print -> solid blue square (masked object removed entirely)

Clearly, this isn't fixed yet.

Interestingly, Uniconvertor also gets it wrong (solid red square, discarding the mask).

This is inconsistent with the problem I originally had that led me to this bug (gradient-masked object not getting the gradient fade, instead being cut off at seemingly arbitrary locations that have zero relation to the bounding box or contents of the mask). I tried to make a testcase for that, but can't seem to narrow down that specific behavior.