[Webkit-unassigned] [Bug 47157] CSS 2.1 failure: background-position-001, background-position-002

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 8 12:52:42 PST 2011


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-01-08 12:52:42 PST ---
We're getting an xHeight of 20 for the Ahem font at 20px, but it seems that the xHeight should be 80% of this <http://hixie.ch/resources/fonts/>

CTFontGetBoundingRectsForGlyphs() returns a rect of 0,-4, 20x20, which
 boundingBox.setY(-boundingBox.bottom());
converts to  0,-16, 20x20
which seems wrong.

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