[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 11:52:08 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 david_garcia at logitech.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79729
--- shadow/79729 2006-10-25 11:32:18.000000000 -0400
+++ shadow/79729.tmp.31541 2006-10-25 11:52:08.000000000 -0400
@@ -185,6 +185,24 @@
required information. Now if you have this (self contained) test case
please attach it to #78958 and re-open the issue.
Returning to this bug, should I assume this bug is also (only?)
happening on SPARC architecture ?
+
+------- Additional Comments From david_garcia at logitech.com 2006-10-25 11:52 -------
+Pertianing to this bug:
+Ubuntu 2.6.15-26-server #1 SMP Fri Sep 8 21:00:37 UTC 2006 i686
+GNU/Linux
+The system I am using x86 AMD64.
+
+This bug is rather strange because it appears to consist of an
+absolute clipping region at +/- 2^14. It may have something to the OS
+or the hardward architecture,libgdiplus, but my domain is window app
+development and not linux.
+
+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.
More information about the mono-bugs
mailing list