[Webkit-unassigned] [Bug 67712] background-size:contain and full page zoom can sometimes cause background image not to fill the container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 09:58:25 PDT 2011


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





--- Comment #6 from mitz at webkit.org  2011-09-07 09:58:25 PST ---
I believe the height is rounded down to floor(18 * 1.2) = 21, and the width is 570*1.2 = 684. This allows the image to scale by a factor of 21/18, giving it a width of 665, leaving 19 horizontal pixels showing red.

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