After update to 1.5.1 (from 1.3.1), there is broken size of some downloaded SVG images. I would like the image to fill the entire image view. Here's en example of two similar SVG images and comparison with Coil-Compose:
As you can see, one of the images has broken size and setting contentScale or other imageLoader options has no effect to it.
Here's my code:
After update to 1.5.1 (from 1.3.1), there is broken size of some downloaded SVG images. I would like the image to fill the entire image view. Here's en example of two similar SVG images and comparison with Coil-Compose: As you can see, one of the images has broken size and setting contentScale or other imageLoader options has no effect to it. Here's my code:
I have attached a demo project - ImageDemo.zip
Versions: ImageLoader - 1.5.1 Kotlin - 1.8.20 Compose - 1.4.0 Gradle - 8.0.2