[Webkit-unassigned] [Bug 244406] Unexpected shift at end of scale transition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 28 22:18:25 PDT 2022


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BrowserCompat
                 CC|                            |karlcow at apple.com,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
Jon, thanks for the report. 

I can't reproduce in STP 152 on Ventura. 
but I can reproduce on the normal version. 

This is happening during the transition set by 

svg:hover {
fill: red;
transform: scale(1.2);
transition: transform 200ms;
}

With a longer transition, we can see that 
it's moving to the left, just right away
then the transition is starting and 
once it has finished, it's moving to the right back in position.

-- 
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/20220829/d36e68e0/attachment.htm>


More information about the webkit-unassigned mailing list