There might be an issue with how github markup is rendering svg's embed through <img> tag.
CSP headers might be a factor, the svg does load but its static and other elements are not animated which works fine on chrome.
Meanwhile loading github camo user content works fine in a separate browser tab with the proper animations that is loaded
by an the svg through a base64 encoded data uri but not when being loaded on the github page when viewing readme.
Images loaded through base64 data URI are the ones not being animated in firefox when viewing an svg on github readme.
There might be an issue with how github markup is rendering svg's embed through
<img>
tag. CSP headers might be a factor, the svg does load but its static and other elements are not animated which works fine on chrome.Meanwhile loading github camo user content works fine in a separate browser tab with the proper animations that is loaded by an the svg through a base64 encoded data uri but not when being loaded on the github page when viewing readme.
Images loaded through base64 data URI are the ones not being animated in firefox when viewing an svg on github readme.