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=78958 --- shadow/78958 2006-07-26 17:51:03.000000000 -0400 +++ shadow/78958.tmp.615 2006-07-26 17:51:03.000000000 -0400 @@ -0,0 +1,45 @@ +Bug#: 78958 +Product: Mono: Class Libraries +Version: 1.1 +OS: Solaris 8 +OS Details: +Status: NEW +Resolution: +Severity: 080 Two weeks +Priority: Major +Component: Sys.Drawing. +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: VisibleClipBound Behaviors incorrectly on solaris with regards to other distributions of mono + +Description of Problem: + +Solaris implementation does not behave the same way. Getting the +System.Drawing.Graphics.VisibleClipBounds on Solaris does not account for +rotation transformation the same way it does on Windows. +Mono on windows System.Drawing.Graphics.VisibleClipBounds operates +equivalent to .NET. I made a partial fix but this bug does provent +interop. + +Steps to reproduce the problem: +1. Create A clipping window in a Graphics +2. Apply rotation +3. Get System.Drawing.Graphics.VisibleClipBounds + +Actual Results: +System.Drawing.Graphics.VisibleClipBounds on solaris does not account for +rotations correct. + +Expected Results: +System.Drawing.Graphics.VisibleClipBounds on Mono for Solaris works the +same way System.Drawing.Graphics.VisibleClipBounds on Mono for Windows +and .NET + +How often does this happen? +Ever Time + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
