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


User aw changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|hardy314                  |aw
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Thu Apr 15 15:52:53 +0000 
2010 -------
AW: Okay, found the reason by debugging the error case deeper.
AW->hardy314: Changing back owner, thanks for Your elp and excuse the hassle :-)
AW: Reason is that in VclMetafileProcessor2D in case
PRIMITIVE2D_ID_MASKPRIMITIVE2D the new ClipRegion is created by clipping the
current one on the new one (aMask). This is done using
basegfx::tools::clipPolyPolygonOnPolyPolygon, but the 3rd parameter is wrong. It
is the bInside parameter and as it is on false, it says to get all outside of
aMask as result, not the stuff inside. Giving a true here as originally intended
makes all work well.
AW: Doing some more checks, but this should be all...

---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to