BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.21k stars 231 forks source link

support SVGImageView clear #208

Closed jiyewushen closed 4 months ago

jiyewushen commented 4 years ago

SVGImageView will use old cache and did't refresh like the following example. use SVGImageView in RecyclerView, item has called setImageAsset() and the file can find ,however,if file not found when reuse this item, item did't refresh.

BigBadaboom commented 4 months ago

@jiyewushen Sorry this hasn't been looked at yet. Is this still a bug? If so, I will reopen this.

Can you make it clearer what the sequence of events is?

Is it:

What do you think should happen? A blank image view?