MostafaGazar / CustomShapeImageView

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
http://mostafagazar.github.io/CustomShapeImageView
Apache License 2.0
1.62k stars 425 forks source link

SvgImageView is not playing nicely with Picasso's fade-in effect #27

Open AhmedAshrafG opened 3 years ago

AhmedAshrafG commented 3 years ago

Great library! 💯

When the SvgImageView is used with Picasso without disabling the fade-in effect. The image view looks greyed out as shown below

But when picasso fetches the bitmap from memory cache, it looks all good

Picasso's fade-in effect needed to be disabled, in order for it to work here, I'm wondering what could be the cause of this behaviour?

AhmedAshrafG commented 3 years ago

Not 100% sure, but could this be related too?