[Mono-bugs] [Bug 79729][Nor] Changed - Integer Overflow/Underflow in GDI,

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 25 12:09:48 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=79729

--- shadow/79729	2006-10-25 11:52:08.000000000 -0400
+++ shadow/79729.tmp.31975	2006-10-25 12:09:48.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 79729
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: dick at ximian.com                            
 ReportedBy: david_garcia at logitech.com               
@@ -203,6 +203,10 @@
 Right now i have a temporary fix via virtual translation by applying 
 a transformation matrix (for negative rotations and origin offsets) 
 and then offsetting the values (PointF, RectangeF,...)in a wrapper 
 that are then passed to the functions i am using for my project. For 
 the most part this has resolve the issue for me, but is still a major 
 performance hit.
+
+------- Additional Comments From sebastien at ximian.com  2006-10-25 12:09 -------
+Cairo has an internal 15 bits limits on coordinates that could be the
+cause of this. I'll check if this is the problem.


More information about the mono-bugs mailing list