[Webkit-unassigned] [Bug 149617] SVG text transform css animation has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 14:58:53 PST 2022


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

--- Comment #6 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #5)
> https://github.com/WebKit/WebKit/pull/5297

We need to account for case of "transition is from a style with transform to a style without it" and based on comment from Darin, we need to use like this:

oldStyle && oldStyle->hasTransform()

-> Unfortunately, I don't have expertise to write test case for above case of "transition is from a style with transform to a style without it", I am going to close my PR and leave it for someone else to take it up and fix it. Thanks!

-- 
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/20221108/e79f6a73/attachment.htm>


More information about the webkit-unassigned mailing list