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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 15:10:47 PDT 2022


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

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bfulgham at webkit.org,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com

--- Comment #8 from Brent Fulgham <bfulgham at webkit.org> ---
Expected result: matrix(1, 0, 0, 1, 30, 30) 

Chrome doesn't provide a result:
???

Firefox produces the correct result:
matrix(1, 0, 0, 1, 30, 30)

Safari fails to provide the correct results for the last two values of the matrix:
matrix(1, 0, 0, 1, 0, 0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220715/4a5c19a9/attachment.htm>


More information about the webkit-unassigned mailing list