[Mono-bugs] [Bug 77129][Min] Changed - Graphics.DrawRectangle draws
rectangles of negative width/height (MS .NET does not)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 09:35:08 EDT 2006
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77129
--- shadow/77129 2005-12-30 14:15:27.000000000 -0500
+++ shadow/77129.tmp.23822 2006-04-11 09:35:08.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 77129
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: Sys.Drawing.
AssignedTo: jordi at ximian.com
ReportedBy: scottellington at comcast.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -20,6 +20,15 @@
have a negative width and/or height. MS .Net does not draw these rectangles.
------- Additional Comments From scottellington at comcast.net 2005-12-30 14:15 -------
Created an attachment (id=16270)
sample code
+
+------- Additional Comments From sebastien at ximian.com 2006-04-11 09:35 -------
+DrawRectangle,
+DrawRectangles,
+FillRectangle and
+FillRectangles
+are all fixed in SVN (r59352) and I added unit tests for them (r59353).
+
+Thanks for the sample code.
More information about the mono-bugs
mailing list