https://bugzilla.novell.com/show_bug.cgi?id=320194
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=320194#c1 Jan Oravec <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #1 from Jan Oravec <[EMAIL PROTECTED]> 2008-11-02 21:37:04 MDT --- This seems to be broken again: The FillRectangles part has XOR effect on Mono, but it should be union. The FillPath part seems to add stroke, which makes the large box one pixel wider. I have no windows around to check, but in all discussions on the web everyone who actually wants stroke adds DrawPath just after FillPath. I think FillPath should not add any stroke by default (it makes ugly borders around, especially with transparent brushes, as border pixels are placed twice, making them less transparent). The attached patch removes stroke on FillPath and fixes this issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
