https://bugzilla.novell.com/show_bug.cgi?id=402613

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=402613#c1


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|[email protected]                      |[EMAIL 
PROTECTED]
             Status|NEW                                             |ASSIGNED
          Component|Sys.Drawing.                                    |libgdiplus




--- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-06-24 06:25:29 
MDT ---
You're right, the computed rectangles shows that the rectangle makes a kind of
a line (from the start).

(gdb) print region->rects[0]
$4 = {X = -4194304, Y = -4194304, Width = 8388608, Height = 4194370}
(gdb) print region->rects[1]
$5 = {X = -4194304, Y = 66, Width = 4194691, Height = 133}
(gdb) print region->rects[2]
$6 = {X = 576, Y = 66, Width = 4193728, Height = 133}
(gdb) print region->rects[3]
$7 = {X = -4194304, Y = 199, Width = 8388608, Height = 93}
(gdb) print region->rects[4]
$8 = {X = 576, Y = 292, Width = 4193728, Height = 133}
(gdb) print region->rects[5]
$9 = {X = -4194304, Y = 425, Width = 8388608, Height = 4193879}

So the problem is likely inside gdip_combine_exclude (not in
GdipIsVisibleRegionRect) inside libgdiplus.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to