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=81318 --- shadow/81318 2007-05-07 05:56:34.000000000 -0400 +++ shadow/81318.tmp.30493 2007-05-26 22:31:47.000000000 -0400 @@ -121,6 +121,13 @@ porting Silverlight to Mono...I think that would be great! But isn't it important to fix such showstoppers like this bug before?! Don't take this personal, but I think it's urgent now!! I'd like to get cairo work again, and I think Stefan and many more would be happy too! Greetings, Tom + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-26 22:31 ------- +That is probably a bug in that helper file (Graphics.cs), +you should use the real gtk 2.8 and newer way if at all possible: +Cairo.Context gr = Gdk.CairoHelper.Create (area.GdkWindow); + +which then seems to work. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
