[Webkit-unassigned] [Bug 124712] New: [GTK/EFL] Clipping to PaintInfo::InfiniteRect() causes the cairo graphics context to perform incorrect clipping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 05:42:46 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124712

           Summary: [GTK/EFL] Clipping to PaintInfo::InfiniteRect() causes
                    the cairo graphics context to perform incorrect
                    clipping
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: stavila at adobe.com


Clipping to the infinite rect causes the cairo engine to perform incorrect clipping. I tracked the code down into the cairo code and at some point, the very large negative number representing the rect's X was somehow transformed to 256, which is obviously not right. In my situation, clipping to the infinite rect actually caused nothing else to be painted (everything was clipped).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list