[Mono-bugs] [Bug 81374][Wis] Changed - Cairo coordinates are limited to signed 2^14 (16.16 fixed-point)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Apr 14 14:15:34 EDT 2007
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=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: toshok at ximian.com
+Priority: Wishlist
+Component: libgdiplus
+AssignedTo: mono-bugs at ximian.com
ReportedBy: adam at chodorowski.com
QAContact: mono-bugs at ximian.com
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 adam at chodorowski.com 2007-04-13 20:07 -------
Created an attachment (id=19055)
Result with Microsoft .NET.
+
+------- Additional Comments From sebastien at ximian.com 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.
More information about the mono-bugs
mailing list