To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98404
------- Additional comments from [email protected] Mon Jan 26 18:50:58 +0000 2009 ------- AW: Reason was hard to find, but has to do with AA. It has nothing to do with BoundRects or invalidates, though. Reason is the BackgroundColorPrimitive2D which is not handled directly by the renderer, but it's decomposition is used. It decomposes to a filled polygon in the size of the viewPort of the active ViewInformation2D. With AA active, this is pained AAed and not always filling the area completely. There are at least three solutions: (a) Handle the BackgroundColorPrimitive2D in the PixelRenderer directly, draw a non-AAed rectangle in the needed color (b) Handle the BackgroundColorPrimitive2D in the PixelRenderer by encapsulating the call to process the decomposition with deactivating AA mode (c) Expand the decomposition to always overlap at least 1/2 pixel (or one pixel, need to think about that) I think i will use (a). Testing... --------------------------------------------------------------------- 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]
