[Mono-bugs] [Bug 57630][Nor] Changed - [PATCH] Graphics.Measure String gives incorrect results
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 20:16:58 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57630
--- shadow/57630 2004-04-28 18:35:56.000000000 -0400
+++ shadow/57630.tmp.14580 2004-04-28 20:16:58.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 57630
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Redhat 9.0
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: jordi@ximian.com
ReportedBy: david.mitchell@telogis.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Graphics.Measure String gives incorrect results
+Summary: [PATCH] Graphics.Measure String gives incorrect results
Description of Problem:
Graphics.MeasureString returns incorrect results
Steps to reproduce the problem:
1. Compile attachment (mcs -r:System.Drawing textsize.cs)
@@ -62,6 +62,9 @@
}
------- Additional Comments From david.mitchell@telogis.com 2004-04-28 18:35 -------
Created an attachment (id=7525)
FIX. This should fix it
+
+------- Additional Comments From miguel@ximian.com 2004-04-28 20:16 -------
+Assigning to Jordi to get the patch reviewed.