Bug 169746

Summary: [Cairo] Handle the blend mode in GraphicsContext::drawPattern
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, zan
Priority: P2 Keywords: Cairo, Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2017-03-16 04:26:31 PDT
We are not taking into account the blend mode when passing the cairo operator to drawPatternToCairoContext().
Comment 1 Carlos Garcia Campos 2017-03-16 04:32:23 PDT
Created attachment 304632 [details]
Patch
Comment 2 Zan Dobersek 2017-03-16 07:00:29 PDT
Comment on attachment 304632 [details]
Patch

r=me
Comment 3 Carlos Garcia Campos 2017-03-17 01:23:10 PDT
Committed r214100: <http://trac.webkit.org/changeset/214100>