I found a weather icon set on Github with animated SVGs I'd like to use, however the picture elements don't load a URL to an SVG.
Is it possible to load an SVG into an image? I hate to use a webview because the background will not be transparent. I would also like to avoid downloading, converting, and uploading all of the SVGs to PNGs and to the app. (source)
I found an SVG loading extension on Kodular, but it requires a logged in user to download and I have never been able to sign up with them.
Interesting. I made this page that loads an SVG into a <img>.
On the companion, i see nothing but a blank white webview.
If I build the app, the animation shows but it looks very laggy. Not to mention the webview is not transparent.
Turns out it was the webview size haha... Made it smaller and it is now smooth as butter.
The companion also renders the animation now as well (no idea what happened there).
However, it is still not transparent (I'll leave you to take a look at that )