[Webkit-unassigned] [Bug 112562] New: Change RenderTableCell to use pixelSnappedSize when painitng

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 06:10:34 PDT 2013


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

           Summary: Change RenderTableCell to use pixelSnappedSize when
                    painitng
           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: eae at chromium.org
                CC: eric at webkit.org, leviw at chromium.org


Change the paining code in RenderTableCell to use the pixel snapped size to ensure consistent rounding given that the location was rounded during layout.
It is currently constructing a paint rect by taking the rounded location and the precise size and then pixel snapping it. This causes the size to be rounded incorrectly. By instead using the pixel snapped size the rounding problem can be avoided.

Downstream chromium bug: https://code.google.com/p/chromium/issues/detail?id=194333

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