[Webkit-unassigned] [Bug 185837] Animated GIFs with a 90 degree X or Y rotation do not animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 11:15:39 PDT 2018


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

--- Comment #3 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
This happens because when the <img> element is drawn with perspective css, it is drawn to a layer by getting the current frame and setting its to the layer through GraphicsLayerCA::setContentsToImage().

Getting the current frame by calling BitmapImage::frameImageAtIndexCacheIfNeeded() forces sync image decoding and does start the animation timer for the next frame.

-- 
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/20180523/9c468f5d/attachment.html>


More information about the webkit-unassigned mailing list