[Mono-bugs] [Bug 78110][Nor] Changed - Please implement GraphicsPath.Widden, PDN wants it too

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 8 14:40:09 EDT 2006


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 sebastien at ximian.com.

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 sebastien at ximian.com  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.


More information about the mono-bugs mailing list