[Webkit-unassigned] [Bug 199364] CSS animations in SVG do not repaint when SVG is zoomed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 10:05:06 PDT 2021


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

--- Comment #3 from jstsch <joost at greenskin.net> ---
Just encountered this issue again. A (terrible) workaround is to manipulate the opacity of the element each frame slightly to ensure it gets repainted.

I modified the test case so the SVG animated elements get 'jiggled' using requestAnimationFrame. Not so performant, of course...

https://jstsch.com/misc/2019/7/safari-svg-zoom.html

(using a keyframe animation to manipulate the opacity didn't force a repaint, but manipulating the style attribute does)

-- 
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/20210622/65a017d3/attachment.htm>


More information about the webkit-unassigned mailing list