[Webkit-unassigned] [Bug 50313] New: Text height in zoomed SVG is 1px too high

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 23:04:27 PST 2010


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

           Summary: Text height in zoomed SVG is 1px too high
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ctruta at chromium.org


In the following test cases:
    css3/zoom-coords.xhtml
    svg/zoom/page/zoom-zoom-coords.xhtml
the text height is one pixel too high.

The text height is set to 12px (using the Ahem font), and showed in scaled coordinates. For example, when the scale is 50%, the expected text height is 6.

These test cases pass on all platforms except for GTK.
On GTK, the function getBoundingClientRect indicates the text height to be 6.5 instead of 6, and 13 instead of 12.

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