[Webkit-unassigned] [Bug 86010] . getTransformToElement doesn’t work correctly across embedded svg elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 02:05:06 PDT 2013


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


Russel Simmons <symstym at mac.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |symstym at mac.com




--- Comment #7 from Russel Simmons <symstym at mac.com>  2013-05-23 02:03:34 PST ---
For whatever it's worth, a workaround is to replace:

fromElem.getTransformToElement(toElem)

with:

toElem.getScreenCTM().inverse().multiply(fromElem.getScreenCTM())

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