[Webkit-unassigned] [Bug 99767] New: Change baselinePosition and maxAscent/maxDescent to int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 15:37:59 PDT 2012


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

           Summary: Change baselinePosition and maxAscent/maxDescent to
                    int
           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


Currently baselinePostion, maxAscent and maxDescent are LayoutUnits while ascent, descent and m_lineHeight are ints. This can lead to subtle alignment and rounding problems.

Change baselinePosition and maxAscent/maxDescent to int to avoid these issues.

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