[Webkit-unassigned] [Bug 148630] Comments on wired.com are blurry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 15:59:47 PDT 2015


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The comments section is in an iframe with:

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)

I think the fuzziness on retina is because we need to set rasterizationScale on a CALayer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150910/26951f7c/attachment.html>


More information about the webkit-unassigned mailing list