SDWebImage / SDWebImageSVGCoder

A SVG coder plugin for SDWebImage, using Apple's built-in framework
MIT License
103 stars 34 forks source link

Drop SVGKit support to another repo, using iOS 13/macOS 10.15 native CoreSVG instead #10

Closed dreampiggy closed 4 years ago

dreampiggy commented 4 years ago

This PR move the current SVGKit implementation to another new repo: SDWebImageSVGKitPlugin.

Because of SVGKit itself, is no longer actively maintained, and contains many issues which is hard for us to catch.

Instead, iOS 13/ macOS 10.15 's new CoreSVG.framework works well for most of cases, and it's provided by Apple. More stable and ready for future.

This can also make this framework, works for our SwiftUI user, see: https://github.com/SDWebImage/SDWebImageSwiftUI/issues/50

This close #9.