https://issues.apache.org/ooo/show_bug.cgi?id=118905
--- Comment #4 from zhangjf <[email protected]> 2012-02-20 14:54:25 UTC --- Below is the analysis of the problem, Root Cause: The overlaybuffermanager in svx remember the invalidate range and expand it with antialiane pixel, but it's use old range to save background. That will cause that some background was not saved, and refresh to window with initialized GDI color( Windows is balck and Mac is white). Resolution: Remember the offset when the invalidate range would be expand. Use the offset when save background. I still need a few time to prepare the code and verify it in new code base when I have time. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
