Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81737 --- shadow/81737 2007-05-25 16:47:55.000000000 -0400 +++ shadow/81737.tmp.18502 2007-05-28 09:10:25.000000000 -0400 @@ -1,15 +1,15 @@ Bug#: 81737 Product: Mono: Class Libraries -Version: 1.0 +Version: 1.2 OS: unknown OS Details: -Status: NEW +Status: ASSIGNED Resolution: Severity: Unknown -Priority: Wishlist +Priority: Normal Component: Sys.Drawing. AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: @@ -31,6 +31,19 @@ that the error is in FillRect not DrawRect. ------- Additional Comments From [EMAIL PROTECTED] 2007-05-25 15:36 ------- Created an attachment (id=19320) Test case project for the drawing bug + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-28 09:10 ------- +Hmmm... a bug in FillRect would be strange because +(a) it works when the pen's width == 1 +(b) it doesn't have any knowledge of the pen's width +(c) we have unit tests covering it + +But your test case could shows problems with the AA + scaling. Mixing +both has been known to be problematic in the past (i.e. the AA offset +shouldn't be scaled but we don't control that). + +I'll add unit tests wrt [Draw|Fill][Rectangles|...] to ensure that, +without scaling, our results match MS. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
