Releases: SDWebImage/SDWebImageSVGCoder
Releases · SDWebImage/SDWebImageSVGCoder
1.7.0 - Catch common exceptions to avoid crash
Fixes
- Using try-catch for CoreSVG vector image before rendering on screen, protect some crashes for user #44
Note: Some user report that Apple's CoreSVG has compatible issue for some SVGs (like using non-system Font, gradient), from v1.7.0 we protect some cases, but other exceptions are un-catchable. For these crashes, either use Render SVG as bitmap image
(see below) or edit your SVG source file to make Apple's CoeSVG compatible.
1.6.1 - Fix aspect ratio
Fixes
- Fix preserve aspect bug #37
1.6.0 - Bitmap render SVG sizing support
1.5.2 - Fix small SVG
1.5.1 - Fix SVG thumbnail bitmap generation
Fix
- Fix the issue that SVG bitmap generation does not works well when thumbnail pixel size set to zero, fix the logic to calculate the transform #25
1.5.0 - Support SDWebImage 5.6.0
Fix
- Fix the compatible with SDWebImage 5.6.0 #19
1.4.0 - Support SDWebImage 5.5
Features
- Update to support SDWebImage 5.5's new
thumbnailPixelSize
option #18
Deprecation
Deprecated the current SVG prefixed options:
- SDWebImageContextSVGPrefersBitmap
- SDWebImageContextSVGImageSize
- SDWebImageContextSVGImagePreserveAspectRatio
Backward deployment
Project
- Add the available annoatation to support backward deployment #17
Fix CocoaPods Static Library issue
Fixes
- Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target