[Webkit-unassigned] [Bug 129246] -webkit-clip-path wrong offset for clipPath references

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 05:09:38 PST 2014


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





--- Comment #1 from Dirk Schulze <krit at webkit.org>  2014-02-25 05:06:45 PST ---
The example makes use of clipPathUnits="userSpaceOnUse". All units an percentage are resolved in the viewport of the <clip-path> element (wrongly btw). All objects within <clipPath> are sized and positioned in this coordinate space. The these objects are just mapped to the coordinate space of the clipped object.

This causes the wrong offset and strange behavior of clipping paths with percentage values.

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