1.3.3 - Apple's Bug workaround
- Try to solve the SwiftUI bug of rendering EXIF UIImage in WebImage, as well as vector images #102
- Now
WebImage
will render the vector images as bitmap version even if you don't provide.thumbnailPixelSize
. To render real vector images, useAnimatedImage
instead.