<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - New webkit.org's logo blurry on retina displays"
   href="https://bugs.webkit.org/show_bug.cgi?id=151737#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - New webkit.org's logo blurry on retina displays"
   href="https://bugs.webkit.org/show_bug.cgi?id=151737">bug 151737</a>
              from <span class="vcard"><a class="email" href="mailto:webkit.org&#64;ricciadams.com" title="Ricci Adams &lt;webkit.org&#64;ricciadams.com&gt;"> <span class="fn">Ricci Adams</span></a>
</span></b>
        <pre>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:

&lt;filter x=&quot;-50%&quot; y=&quot;-50%&quot; width=&quot;200%&quot; height=&quot;200%&quot; id=&quot;shadow&quot;&gt;
    &lt;feOffset dx=&quot;0&quot; dy=&quot;5&quot; in=&quot;SourceAlpha&quot; result=&quot;offset&quot;/&gt;
    &lt;feGaussianBlur stdDeviation=&quot;2.5&quot; in=&quot;offset&quot; result=&quot;blur&quot;/&gt;
    &lt;feColorMatrix values=&quot;0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.07 0&quot; in=&quot;blur&quot; type=&quot;matrix&quot; result=&quot;matrix&quot;/&gt;
    &lt;feMerge&gt;
        &lt;feMergeNode in=&quot;matrix&quot;/&gt;
        &lt;feMergeNode in=&quot;SourceGraphic&quot;/&gt;
    &lt;/feMerge&gt;
&lt;/filter&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>