[Webkit-unassigned] [Bug 23526] clipToImageBuffer() for all platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 13:19:45 PDT 2010


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





--- Comment #12 from Andrei Bucur <abucur at adobe.com>  2010-06-23 13:19:45 PST ---
There are 3 render elements involved:
1. The rendered text
2. The text mask
3. The image mask

The paint effect should be: the rendered text is displayed only under the image mask and only under the text mask. What is under the text mask and not under the image mask must be "clear" (as you can see with Safari, the background for the stripes is white, not red).

I don't know how to achieve the "clear" effect without using composite operators.

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