[Webkit-unassigned] [Bug 98062] [chromium] Subpixel text positioning causes incorrect inline-block layout.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 08:21:45 PDT 2012


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


vollick at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vollick at chromium.org




--- Comment #5 from vollick at chromium.org  2012-10-03 08:22:10 PST ---
This bug is possibly related to http://codereview.chromium.org/10996037/. We were doing some dodgy RectF to Rect conversions in chrome -- we were just flooring the position and size when we should have been taking either the enclosing or enclosed rect -- so I got rid of these conversions. There are a couple of spots where I'd chosen ToEnclosingRect rather than the old conversion, and this might have been the wrong choice and may be causing some rects to be one pixel larger than they ought to be.

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