# Patch created by Brubbel # Date: Fr Dez 17 12:05:57 CET 2004 # Repository: pnetlib # Comments: # # # fixed Method Reset # #### End of Preamble #### #### Patch data follows #### Index: System.Drawing/Drawing2D/Matrix.cs =================================================================== RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Drawing2D/Matrix.cs,v retrieving revision 1.6 diff -c -r1.6 Matrix.cs *** System.Drawing/Drawing2D/Matrix.cs 7 Dec 2004 11:12:35 -0000 1.6 --- System.Drawing/Drawing2D/Matrix.cs 17 Dec 2004 11:06:42 -0000 *************** *** 250,256 **** m11 = 1.0f; m12 = 0.0f; m21 = 0.0f; ! m22 = 0.1f; dx = 0.0f; dy = 0.0f; } --- 250,256 ---- m11 = 1.0f; m12 = 0.0f; m21 = 0.0f; ! m22 = 1.0f; dx = 0.0f; dy = 0.0f; } #### End of Patch data ####