coil-kt / coil

Image loading for Android and Compose Multiplatform.

Home Page:https://coil-kt.github.io/coil/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support animated SVGs

PeterTheOne opened this issue · comments

Is your feature request related to a problem? Please describe.
SVGs support animations (there are several methods to do this), would be great if there was support for that in coil. As far as I understand coil converts SVGs to bitmaps and renders those.

Describe the solution you'd like
I would like to see the animation of animated SVGs.

Coil uses the Android-SVG library to render the SVGs. It looks like there’s an open ticket here to track animated SVG support. If it’s added to the library, we’ll ensure it works with Coil’s SvgDecoder.