[gs-bugs] [Bug 690358] opacity mask as image brush has no effect
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Fri Mar 27 05:29:29 PDT 2009
http://bugs.ghostscript.com/show_bug.cgi?id=690358
tor.andersson at artifex.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From tor.andersson at artifex.com 2009-03-27 05:29 -------
After further investigation, it appears that the problem lies in the order of the application of
RenderTransform to OpacityMask and Clip. The XPS spec is fairly unclear on the matter, and it's not
made any easier by the fact that these things can be specified either as attributes or as child tags, in
any mix.
Examples:
<Canvas OpacityMask="...">
<Canvas.RenderTransform />
...
versus
<Canvas RenderTransform="...">
<Canvas.OpacityMask="..." />
...
versus
<Canvas RenderTransform="..." OpacityMask="...">
...
versus
<Canvas OpacityMask="..." RenderTransform="...">
...
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list