[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 09:05:21 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=126124
--- Comment #22 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #21)
> Comment on attachment 372047 [details]
> 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. :)
Oops, I actually submitted the wrong diff, let me upload the right one.
--
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/eb951b55/attachment.html>
More information about the webkit-unassigned
mailing list