[Webkit-unassigned] [Bug 41428] clip-path does not work inside mask element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 01:50:59 PDT 2010


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





--- Comment #3 from Dirk Schulze <krit at webkit.org>  2010-07-02 01:50:59 PST ---
I checked the wokring path of svg mask and clippath. It turns out, that both, clipPath as well as Mask don't have mistakes. It works correctly. The real problem is the following: We create intermediate ImageBuffers for the mask, as well as clipPath. The size of this buffers depend on the userSpace of the references object. If the object is very small (like for objects with relative params), the ImageBuffer is very small too. The result gets scaled at the end. This can cause strange behavior like on the example of above.

We have to make sure, that the used ImageBuffer are as big as the end result in device pixels.

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