To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98405
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Jan 23 14:25:11 +0000
2009 -------
AW: Found. This happens on windows only. There are two reasons: One is the 'fix'
in OutputDevice::DrawTransparent where only for WNT we fallback to the old paint
for rectangular polygons. This leads to the usage of another fallback in tat
method which uses DrawAlphaRect() at SalGdi. The rectangle given there is one
pixel to big in X and Y since the boundrect is used to generate it. The source
is a polygon and thus would not have painted the outmost pixels in X and Y.
Avoiding this by using getWidth() instead of GetWidth() at the rectangle.
---------------------------------------------------------------------
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]