Closed jyh149129 closed 3 days ago
Does BitmapDrawable
support this state? You might need to register SvgDecoder.Factory(renderToBitmap = false)
, though this will reduce rendering performance as it won't prerender the bitmap on a background thread.
Seems like this might be an issue with crossfade
. Are you using that method?
Fixed here: https://github.com/coil-kt/coil/pull/2704. Thanks for reporting!
Describe the bug we want change images(SVG) tint color when image selected:
images color doesn't any change when image selected. but glide works fine.
Version 3.0.2 ,android 13