Chrome: Bug with SVG polygon animation?

坚强是说给别人听的谎言 提交于 2019-12-20 04:55:32

问题


I created recently a hangman SVG graphic with animations, you can find it here:

http://ykg-clan.de/svg/test/hangman_old.svg

This works perfectly in Firefox - but in Chrome, the polygons and polylines do not get animated correctly.

I've done this by setting the points on invisible first and then animating them to the desired position. Firefox seems to recognize that I wish that x x,y y,z z must become to a a,b b,c c because of the order of the coordinates. However, chrome does not get it.

How can I realize the animated polygon just as I did here but also working in chrome?

Thank you for help!


回答1:


Acceptable Answer by Erik Dahlström:

Bug Report on bugs.webkit.org

Is actually really a bug ;).



来源:https://stackoverflow.com/questions/11916796/chrome-bug-with-svg-polygon-animation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!