[Mono-bugs] [Bug 80842][Nor] Changed - ImageList messes up GetPixel/SetPixel on *nix
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 11 10:42:47 EDT 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=80842
--- shadow/80842 2007-04-10 21:16:52.000000000 -0400
+++ shadow/80842.tmp.32295 2007-04-11 10:42:47.000000000 -0400
@@ -91,6 +91,14 @@
However if I change the original bitmap creation to
Bitmap b = new Bitmap (16, 16);
the the right color is written on the console (at least with my local
fix for #80681).
+
+------- Additional Comments From sebastien at ximian.com 2007-04-11 10:42 -------
+Looking at all 16x16 pixels we see that color in the center (and
+similar ones around) so it looks like the 1x1 bitmap is stretched.
+
+MS also does a stretch but from the 0x0 coordinates, while we're
+moving the 1x1 pixel at the center. I don't have a recent Mono
+installed on Windows but I'm attaching the updated source and bitmaps...
More information about the mono-bugs
mailing list