[Webkit-unassigned] [Bug 81528] Applying stroke with globalCompositeOperation set to source-in, source-out, destination-in, destination-atop, copy displays incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 01:28:26 PDT 2012


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


Jim Allanson <jimallanson at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |HTML5




--- Comment #2 from Jim Allanson <jimallanson at gmail.com>  2012-03-27 01:28:26 PST ---
I forgot to mention in the original report, this is fairly easy to work around. Just create a new Canvas element, apply the stroke to it, then draw that canvas to the destination using drawImage() with the desired globalCompositeOperation set.

-- 
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