[Webkit-unassigned] [Bug 151737] New webkit.org's logo blurry on retina displays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 00:27:15 PST 2015


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

--- Comment #3 from Ricci Adams <webkit.org at ricciadams.com> ---
This might be a browser issue related to SVG filters, as Chrome renders the logo crisply.

The #mid and #top paths in the svg file have a filter applied:

<filter x="-50%" y="-50%" width="200%" height="200%" id="shadow">
    <feOffset dx="0" dy="5" in="SourceAlpha" result="offset"/>
    <feGaussianBlur stdDeviation="2.5" in="offset" result="blur"/>
    <feColorMatrix values="0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.07 0" in="blur" type="matrix" result="matrix"/>
    <feMerge>
        <feMergeNode in="matrix"/>
        <feMergeNode in="SourceGraphic"/>
    </feMerge>
</filter>

-- 
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/20151202/f1226384/attachment.html>


More information about the webkit-unassigned mailing list