To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102109
------- Additional comments from [email protected] Wed Jul 22 10:54:08 +0000 2009 ------- AW: Created extra code for OutputDevice::DrawTransparent which will do extra stuff when AA is on. Instead of trying to create a mask (which would involve mixing the alpha-based mask with the gradient as mask) it does what the VclPrimitiveRenderer does: Copy from source, draw to it, create alpha using the gradient and copy back. This is still tricky stuff due to all the MapModes, offsets and pixel/logic values involved. Works now and fixes this current case. Doing some more testst with this solution... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
