-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svg image isn't shown in app #133
Comments
Yeah, seems good. Probably this must be added: https://noties.io/Markwon/docs/v4/image/#svgmediadecoder |
I know this issue is a little older, but I spent a little time on it.
|
Hey @Sternagfonkel I'd be okay with replacing Picasso with Coil. |
Okay, then I'll give it a try. |
Picasso was replaced with Coil in #337. and the following code: .components {
add(SvgDecoder.Factory())
} Should we implement this? |
Yes. |
SVG is not shown within the android app using markdown. On the server side it works as expected. And #107 remains in
v2.0.14
.gotify/android v2.0.14; gotify/server v2.0.14
The text was updated successfully, but these errors were encountered: