[Webkit-unassigned] [Bug 90039] New: Avoid calling GraphicsContext for 0px borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 19:25:01 PDT 2012


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

           Summary: Avoid calling GraphicsContext for 0px borders
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org


There is no guarantee in our code that we wouldn't call GraphicsContext for a 0px border. Apart from being an unneeded overhead, it looks like we can end up painting the border on Chromium: the only repro I have involves painting to a PDF where Skia re-interprets the 0px border as a thin line.

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