[Mono-bugs] [Bug 60290][Nor] Changed - Promlems with x-axis on Bitmaps
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 06:02:23 -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 rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60290
--- shadow/60290 2004-06-22 05:58:37.000000000 -0400
+++ shadow/60290.tmp.18421 2004-06-22 06:02:23.000000000 -0400
@@ -138,6 +138,11 @@
oGraphics.DrawImage (DrawingArea, 0, 0, DrawingArea.Width,
DrawingArea.Height);
form.Save ("bug-form.jpg", ImageFormat.Jpeg);
oGraphics.Dispose ();
}
// code ends ============
+
+------- Additional Comments From rkumar@novell.com 2004-06-22 06:02 -------
+DrawingArea seems to be getting repeated i.e. at some point we are
+doing the tiling. I checked DrawImage function and that looked ok as
+proved by my testcase also. Is there something wrong with SWF ?