SDWebImageSVGCoder
SDWebImageSVGCoder copied to clipboard
A SVG coder plugin for SDWebImage, using Apple's built-in framework
There are Adobe's SVG-Native library, which backend CoreGraphics, so it should support iOS/macOS. Anyone here can provide a SwiftPM/CocoaPods for support ? See: https://github.com/adobe/svg-native-viewer
This coder was super easy to add which was awesome right off the bat, but I'm seeing some issues with most SVG's I try drawing. Would love some help if...
As per new Privacy Manifest requirement, all 3rd party sdks need to include the privacy details in PrivacyInfo.xcprivacy file. How to include Privacy Manifest for SDWebImageSVGCoder?
I'm facing an issue rendering some SVG images which are minified in iOS15 and below, that is, some spaces are removed inside the path to reduce svg size. In those...
Hi! I'm having a problem when I load an svg image from a URL. The image color in the browser looks fine but after downloading it in the app implementation,...
I want to display this [svg](https://izfetdisq5mm63fsdwunhrsidlqbx5ul6mei74o27oqzrdhhhuza.arweave.net/RkpJjRKHWM9ssh2o08ZIGuAb9ovzCI_x2vuhmIznPTI), but it's not fully displayed. This svg contains two flag pngs which are not fully displayed. Here is my code ``` func sdwebimage(){ //...
demo in SDWebImageSVGCoder use url as "https://jys-dev.oss-cn-hongkong.aliyuncs.com/default/platform/icon/vip0.svg"
After decoding an SVG to an `NSImage` on macOS 14.4.1, the `sd_isVector` property returns false: ```swift func testDecodeSVG() throws { let url = Bundle(for: AppTests.self).url(forResource: "flag", withExtension: "svg")! let svgData...