[Mono-bugs] [Bug 76834][Wis] Changed - Implement
GdipGetPathWorldBounds
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 25 13:46:57 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=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: sebastien at ximian.com
ReportedBy: mike at plan99.net
QAContact: mono-bugs at ximian.com
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 sebastien at ximian.com 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).
+
More information about the mono-bugs
mailing list