[Webkit-unassigned] [Bug 101534] New: [Cairo] Do not check rounded border all clipped out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 18:17:06 PST 2012


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

           Summary: [Cairo] Do not check rounded border all clipped out
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


With r92340, if no corner intersects the clip region, we pretend outerBorder is rectangular to improve performance.
But in Cairo port, a rounded rect border can look different with a rect border because a complex clip handles different with a simple clip in Cairo.
In mobile environment with floating point zoom, it can cause the inconsistency in border that had been painted on several different tiles.

-- 
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