<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [Cairo] Improve image quality when using newer versions of cairo/pixman"
   href="https://bugs.webkit.org/show_bug.cgi?id=147826#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [Cairo] Improve image quality when using newer versions of cairo/pixman"
   href="https://bugs.webkit.org/show_bug.cgi?id=147826">bug 147826</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=258615&amp;action=diff" name="attach_258615" title="Patch">attachment 258615</a> <a href="attachment.cgi?id=258615&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=258615&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=258615&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp:203
&gt; +        cairo_pattern_set_filter(pattern.get(), CAIRO_FILTER_GOOD);
&gt; +    case InterpolationHigh:</span >

Here is the problem, I'm afraid . . . there's a break missing there, which means we are now using CAIRO_FILTER_BEST as default :-P</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>