Recently, I created a drawing animation on an SVG logo for a website that functions perfectly on Google Chrome, Safari, and IE. However, in Firefox, the animation skips a corner and goes straight to the end.
Chrome:
https://i.sstatic.net/FV3XP.png
Firefox:
https://i.sstatic.net/q8rGY.png
While the animation works smoothly on Chrome, it has a glitch on Firefox where it skips the top right corner of the middle rectangle.
SVG:
// SVG code here
CSS (SASS):
// CSS/SASS code here
I'm puzzled as to why this discrepancy occurs; I've thoroughly checked my code and can't seem to find any errors. Nonetheless, the issue persists specifically on Firefox, causing the animation to behave unexpectedly.