[Mono-bugs] [Bug 78110][Wis] Changed - GraphicsPath.Widen versus (missing) cairo_stroke_to_path

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 15 18:40:31 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-10 15:31:47.000000000 -0400
+++ shadow/78110.tmp.14465	2006-09-15 18:40:31.000000000 -0400
@@ -3,21 +3,21 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Wishlist
 Component: libgdiplus
-AssignedTo: sebastien at ximian.com                            
+AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: xenomorph2 at onlinehome.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Please implement GraphicsPath.Widden, PDN wants it too
+Summary: GraphicsPath.Widen versus (missing) cairo_stroke_to_path
 
 GraphicsPath.Widden isn't implemented yet. Please implement it.
 
 Atached is a little demo app and a windows screenshot of the the app in action.
 
 ------- Additional Comments From xenomorph2 at onlinehome.de  2006-04-14 09:23 -------
@@ -121,6 +121,17 @@
 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.
+
+------- Additional Comments From sebastien at ximian.com  2006-06-08 14:04 -------
+It seems that the "best" solution would be to use
+cairo_stroke_to_path. Sadly it's documented but not (yet) implemented
+(even in the most recent versions).
+
+As a temporary hack both Widen and Wrap returns Ok (no op in
+libgdiplus) so no exception will be thrown in System.Drawing.dll.
+
+------- Additional Comments From sebastien at ximian.com  2006-09-15 18:40 -------
+Updated summary and priority


More information about the mono-bugs mailing list