NEW 137729
Subpixel layout: pixelSnappedClientWidth/Height() and pixelSnappedOffsetWidth/Height() should use snapSizeToDevicePixel.
https://bugs.webkit.org/show_bug.cgi?id=137729
Summary Subpixel layout: pixelSnappedClientWidth/Height() and pixelSnappedOffsetWidth...
zalan
Reported 2014-10-14 19:48:00 PDT
instead of just rounding the width/height values. snapSizeToDevicePixel() requires absolute coordinates, while RenderBox has relative coordinates only (absolute coordinates are computed at painting time)
Attachments
Note You need to log in before you can comment on or make changes to this bug.