To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101402
------- Additional comments from [email protected] Tue Apr 28 09:45:17 +0000 2009 ------- The strange/funny part about this bug: When you turn hardware acceleration off then rendering frames for this type of transition animation becomes faster. That is because the VCL canvas, that is used as non-hardware accelerated canvas, uses GDI (no plus) for painting bitmaps. This IS hardware accelerated. The DirectX canvas uses GDI+ for painting bitmaps. This is NOT hardware accelerated. One way to fix this is to use DirectX to paint bitmaps. --------------------------------------------------------------------- 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]
