Bug 100072 - [Qt] Add Support for canvas blend modes
Summary: [Qt] Add Support for canvas blend modes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks: 100069
  Show dependency treegraph
 
Reported: 2012-10-22 20:29 PDT by Rik Cabanier
Modified: 2013-08-12 05:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.82 KB, patch)
2013-08-08 04:27 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff
Patch (13.22 KB, patch)
2013-08-09 04:54 PDT, Allan Sandfeld Jensen
jturcotte: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rik Cabanier 2012-10-22 20:29:41 PDT
This bug will add the canvas blend modes to QT
Comment 1 Allan Sandfeld Jensen 2013-08-08 02:53:50 PDT
Committed r153818: <http://trac.webkit.org/changeset/153818>
Comment 2 Allan Sandfeld Jensen 2013-08-08 04:27:19 PDT
Created attachment 208325 [details]
Patch
Comment 3 Allan Sandfeld Jensen 2013-08-09 04:54:07 PDT
Created attachment 208415 [details]
Patch

Also pass the blendmode through image drawing letting us unskip more tests
Comment 4 Jocelyn Turcotte 2013-08-12 04:31:34 PDT
Comment on attachment 208415 [details]
Patch

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

> LayoutTests/ChangeLog:294
>  2013-08-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
>  
> +        [Qt] Add Support for canvas blend modes
> +        https://bugs.webkit.org/show_bug.cgi?id=100072

r=me if you fix the double entry in the ChangeLog here.
Comment 5 Allan Sandfeld Jensen 2013-08-12 05:16:53 PDT
Committed r153941: <http://trac.webkit.org/changeset/153941>