[Webkit-unassigned] [Bug 44341] some clip paths broken on chromium win/linux after r65729

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 10:34:06 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2010-08-20 10:34:06 PST ---
I would say, that save/restore don't cover the translation and concatCTM correctly. That would explain svg/clip-path/clip-path-childs-clipped.svg.
The text clipping is another strange behavior of the Skia port. Everything that is outside of the clipping rect, get's not clipped away on the Skia implementation (just for clipToImageBuffer). So the same problem like clip-path-childs-clipped.svg. The clipping rect is translated and don't match the real clipping area anymore.

Both examples have in common, that either the clipped object or its parent are translated with a SVGtransform.

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