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=81374 --- shadow/81374 2007-04-13 20:09:14.000000000 -0400 +++ shadow/81374.tmp.621 2007-04-14 14:15:34.000000000 -0400 @@ -3,21 +3,21 @@ Version: 1.2 OS: other OS Details: Gentoo Status: NEW Resolution: Severity: Unknown -Priority: Normal -Component: Windows.Forms -AssignedTo: [EMAIL PROTECTED] +Priority: Wishlist +Component: libgdiplus +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Drawing primitives get clipped when using large coordinates +Summary: Cairo coordinates are limited to signed 2^14 (16.16 fixed-point) Description of problem: Drawing primitives (ellipses, rectangles, etc) are clipped when using coordinates larger than 2^14 (16384) even though a global translation transform has been set that should cause them to be drawn fully visible. @@ -84,6 +84,13 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-13 20:07 ------- Created an attachment (id=19055) Result with Microsoft .NET. + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-14 14:15 ------- +Known issue. This is a Cairo limitation and something "planned" to get +fixed for Cairo 1.6 (http://www.cairographics.org/ROADMAP). + +I'll keep this open (like a few others similar issues) to allow people +to track when this fix gets included into libgdiplus. _______________________________________________ mono-bugs maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-bugs
