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=76834 --- shadow/76834 2006-03-25 19:49:05.000000000 -0500 +++ shadow/76834.tmp.13349 2006-04-25 13:46:57.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 76834 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: ASSIGNED +Status: NEEDINFO Resolution: Severity: Unknown Priority: Wishlist -Component: Sys.Drawing. +Component: libgdiplus AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: [PATCH] Implement GdipGetPathWorldBounds +Summary: Implement GdipGetPathWorldBounds The following patch is enough to get Piccolo drawing something. Let me know if I did it wrong. The temporary GpGraphics* object is ugly but there's no other way to do it - Cairo requires an active context so it can get miter angles, and the GDI+ pen code assumes an active Graphics object as well. @@ -32,6 +32,12 @@ my version doesn't handle the pen parameter. Do you have any (self contained) test case that I could use to test this ? and, hopefully, add to our test suite ? Thanks. + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-25 13:46 ------- +The patch doesn't work with the existing code. cairo_stroke_extents +doesn't return the expected values and doesn't set any error code +(using cairo_status). + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
