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 [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=80509

--- shadow/80509        2007-01-12 14:52:47.000000000 -0500
+++ shadow/80509.tmp.10963      2007-01-15 14:57:31.000000000 -0500
@@ -59,6 +59,20 @@
 won't load it
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-01-12 14:52 -------
 I used MWF on Microsoft .NET Framework (2.0) (to debug it), so it is 
 using System.Drawing.dll from Microsoft.
 I used GIMP to make the icon.
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-01-15 14:57 -------
+SVN now supports 32bpp icons. Based on your test case I also changed
+the logic to select the "right"(*) icon in SD. However the wrong (1)
+icon is (still) also shown on UNIX.
+
+The common (win/unix) issue seems that the (default) 32x32 icon is
+used by MWF. This is kind of expected, because the default Icon ctor
+in the test case does that. So it probably means that MS SWF request a
+new 16x16 from the original 32x32 icon (e.g. new Icon(icon, 16, 16)).
+
+(*) Using non-standard icon sizes (like 11x22 and 10x16) may still be
+problematic as I have never seen any documentation about icon
+selection for such case.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to