[Webkit-unassigned] [Bug 20606] a fractional value of the css letter-spacing property is not rendered as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 14 09:48:33 PST 2010


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


Peter Beverloo <peter at lvp-media.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com,
                   |                            |peter at lvp-media.com




--- Comment #10 from Peter Beverloo <peter at lvp-media.com>  2010-11-14 09:48:32 PST ---
Internally the letter-spacing (and word-spacing too for that matter) get stored as shorts in WebCore::Font. Updating the parsing storage wouldn't be that much of a problem, but further on there are more methods which accept integers rather than floats.

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