[Webkit-unassigned] [Bug 77179] getIntersectionList causes transforms to be recalculated in SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 06:57:32 PST 2012


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


Peter Beverloo <peter at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwlbuis at gmail.com




--- Comment #1 from Peter Beverloo <peter at chromium.org>  2012-01-31 06:57:32 PST ---
Bisecting Chromium builds ends up in the following WebKit commit range (r91856-r91828, http://trac.webkit.org/log/trunk/?rev=91856&stop_rev=91828&verbose=on), most interesting clearly is this commit by rbuis:

http://trac.webkit.org/changeset/91850

The issue seems to be on line 127 of RenderSVGModelObject.cpp (http://trac.webkit.org/changeset/91850/trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.cpp), which retrieves the renderer's localToParentTransform AffineTransform, removes the const and multiplies it with the currently known transform.

Patch upcoming.

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