To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96708


User aw changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Tue Jan 13 12:23:08 +0000 
2009 -------
AW: Looks like a problem in VclProcessor2D::RenderBitmapPrimitive2D. When the
object is sheared (like the one here), RenderBitmapPrimitive2D_self is used. Old
versions like DrawBitmapEx(...) or GraphicObject.Draw(...) do not support
shearing, that's the reason.
In RenderBitmapPrimitive2D_self the transformed graphic is painted using
DrawBitmapEx, but with deactivated MapMode. I guess this needs to be done with
MapMode when a Metafile is recorded (as is the case here). Getting VCL to debug
into it...

---------------------------------------------------------------------
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]

Reply via email to