[Mono-bugs] [Bug 80680][Min] Changed - Graphics.MeasureString results differ for string containing only blanks

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 31 12:39:02 EST 2007


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=80680

--- shadow/80680	2007-01-30 18:32:44.000000000 -0500
+++ shadow/80680.tmp.15285	2007-01-31 12:39:02.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80680
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Sys.Drawing.
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
@@ -141,6 +141,47 @@
 17. H 16.75781, W 12.08113
 18. H 16.75781, W 12.08112
 19. H 16.75781, W 12.08112
 
 So MS removes trailing spaces, with a special case if the string is
 full of spaces.
+
+------- Additional Comments From sebastien at ximian.com  2007-01-31 12:39 -------
+Fixed in SVN r72036.
+Unit test added in r72037.
+
+START
+0. H 0, W 0     ><
+1. H 13, W 3    > <
+2. H 13, W 3    >  <
+3. H 13, W 3    >   <
+4. H 13, W 3    >    <
+5. H 13, W 3    >     <
+6. H 13, W 3    >      <
+7. H 13, W 3    >       <
+8. H 13, W 3    >        <
+9. H 13, W 3    >         <
+
+0. H 13, W 6    >a<
+1. H 13, W 9    > a<
+2. H 13, W 12   >  a<
+3. H 13, W 15   >   a<
+4. H 13, W 18   >    a<
+5. H 13, W 21   >     a<
+6. H 13, W 24   >      a<
+7. H 13, W 27   >       a<
+8. H 13, W 30   >        a<
+9. H 13, W 33   >         a<
+
+0. H 13, W 6    >a<
+1. H 13, W 6    >a <
+2. H 13, W 6    >a  <
+3. H 13, W 6    >a   <
+4. H 13, W 6    >a    <
+5. H 13, W 6    >a     <
+6. H 13, W 6    >a      <
+7. H 13, W 6    >a       <
+8. H 13, W 6    >a        <
+9. H 13, W 6    >a         <
+END
+
+Thanks!


More information about the mono-bugs mailing list