[Webkit-unassigned] [Bug 126124] [cairo] Entering text into forms on github.com creates a trapezoid artifact
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 13 08:35:25 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=126124
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #372047|review? |review-
Flags| |
--- Comment #21 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 372047
--> https://bugs.webkit.org/attachment.cgi?id=372047
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=372047&action=review
Thanks so much for fixing this!
You forgot the ChangeLog entry.
> Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:1276
> - cairo_antialias_t savedAntialiasRule = cairo_get_antialias(cr);
> - cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE);
> - cairo_clip(cr);
> +// cairo_antialias_t savedAntialiasRule = cairo_get_antialias(cr);
> +// cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE);
> +// cairo_clip(cr);
> + doClipWithAntialias(cr, CAIRO_ANTIALIAS_NONE);
You also forgot to remove the original code. Try again. :)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190613/8b4babc4/attachment-0001.html>
More information about the webkit-unassigned
mailing list