Bug 169746 - [Cairo] Handle the blend mode in GraphicsContext::drawPattern
Summary: [Cairo] Handle the blend mode in GraphicsContext::drawPattern
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Cairo, Gtk
Depends on:
Blocks:
 
Reported: 2017-03-16 04:26 PDT by Carlos Garcia Campos
Modified: 2017-03-17 01:23 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.81 KB, patch)
2017-03-16 04:32 PDT, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>