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=78110 --- shadow/78110 2006-05-04 04:55:54.000000000 -0400 +++ shadow/78110.tmp.8210 2006-05-08 14:40:09.000000000 -0400 @@ -109,6 +109,18 @@ System.Windows.Forms.Application:Run (System.Windows.Forms.Form mainForm) in [0x00156] (at /home/alex/develop/src/Startup.cs:139) PaintDotNet.Startup:Start () in [0x00006] (at /home/alex/develop/src/Startup.cs:149) PaintDotNet.Startup:Main (System.String[] args) make: *** [run] Fehler 1 + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-08 14:40 ------- +Just a quick note (well warning) after looking at your sample code: +Even when implemented you won't get the same result with Mono. + +Widen, like Wrap, depends on the flattening algorithm. Our algorithm +is similar to MS but not identical, i.e. the number and position of +points (curve to lines convertion) is different. + +This doesn't affect most use of flat, widen, wrap but if called +multiple time (like 2 times in your sample) then the difference will +get a lot bigger visually. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
