[Webkit-unassigned] [Bug 147826] [Cairo] Improve image quality when using newer versions of cairo/pixman

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 06:17:49 PDT 2015


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

--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 258615
  --> https://bugs.webkit.org/attachment.cgi?id=258615
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=258615&action=review

> Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp:203
> +        cairo_pattern_set_filter(pattern.get(), CAIRO_FILTER_GOOD);
> +    case InterpolationHigh:

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

-- 
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/20150824/40161b56/attachment.html>


More information about the webkit-unassigned mailing list