[Mono-bugs] [Bug 59219][Wis] Changed - [NEEDINFO, PATCH] Fix Pen's transform handling

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 00:09:50 -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=59219

--- shadow/59219	2004-05-28 00:27:29.000000000 -0400
+++ shadow/59219.tmp.11260	2004-06-16 00:09:50.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59219
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Drawing.
 AssignedTo: duncan@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,11 @@
 line 3, 4, or 4, 5)
 
 ------- Additional Comments From duncan@ximian.com  2004-05-28 00:27 -------
 Created an attachment (id=7883)
 gdip_pen_setup.patch
 
+
+------- Additional Comments From rkumar@novell.com  2004-06-16 00:09 -------
+Duncan, your patch does not fix it right as it still overwrites the 
+graphics' matrix, when two matrices are different. I have fixed it in 
+CVS. If possible, please confirm the fix.