RESOLVED FIXED Bug 130331
[CSS Blending] layerTreeAsText should dump layer's blendMode property
https://bugs.webkit.org/show_bug.cgi?id=130331
Summary [CSS Blending] layerTreeAsText should dump layer's blendMode property
Ion Rosca
Reported 2014-03-17 06:35:21 PDT
Currently layerTreeAsText doesn't provide any info on how blend mode is propagated to GraphicsLayers. There are some cases we should check if blend mode is correctly set, for example, when the blending layer has an ancestor clipping layer.
Attachments
path v1 (4.22 KB, patch)
2014-03-17 07:09 PDT, Ion Rosca
no flags
path v2 (4.30 KB, patch)
2014-03-17 07:24 PDT, Ion Rosca
no flags
Ion Rosca
Comment 1 2014-03-17 07:09:42 PDT
Mihai Tica
Comment 2 2014-03-17 07:22:58 PDT
Don't forget to proper guard the blending changes with #ifdef ENABLE(CSS_COMPOSITING) // blending code #endif
Ion Rosca
Comment 3 2014-03-17 07:24:07 PDT
WebKit Commit Bot
Comment 4 2014-03-18 01:52:26 PDT
Comment on attachment 226911 [details] path v2 Clearing flags on attachment: 226911 Committed r165804: <http://trac.webkit.org/changeset/165804>
WebKit Commit Bot
Comment 5 2014-03-18 01:52:30 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.