[Webkit-unassigned] [Bug 117588] [CSS Blending] SVG background images don't blend with any other layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 13 08:58:55 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117588


Mihai Tica <mitica at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitica at adobe.com




--- Comment #4 from Mihai Tica <mitica at adobe.com>  2013-06-13 08:57:31 PST ---
(In reply to comment #3)
> (From update of attachment 204577 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=204577&action=review
> 
> > Source/WebCore/svg/graphics/SVGImage.cpp:227
> > +    context->setCompositeOperation(compositeOp);
> 
> Why does the composition operation needed to be reset? Why just the blend mode?

Thanks for reviewing this change!
This would actually reset the blend mode but it seems like it's no longer needed due to the consequent call to stateSaver.restore();

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list