You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
It sometimes happens that every other loop fails to render part of the SVG. Here's an example: every now and then when the page loads the SVG, the animation is broken, and the first part of the text is shown only every other time.
The text was updated successfully, but these errors were encountered:
I couldn't reproduce it at first but if I open the animation in multiple tabs with Chromium it's indeed broken. It seems like one animation is interfering with the other. I'll look into this.
This should be fixed by c9a3ecb. The behavior you noticed seems specific to SMIL animations: I've changed termtosvg to use either CSS animations or the Web Animations API and I can't reproduce this issue anymore.
It sometimes happens that every other loop fails to render part of the SVG. Here's an example: every now and then when the page loads the SVG, the animation is broken, and the first part of the text is shown only every other time.
The text was updated successfully, but these errors were encountered: