SDWebImage / SDWebImageSVGCoder

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

Getting Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT) on loading svg #32

Closed ravindran-a closed 2 years ago

ravindran-a commented 3 years ago

Am using

SDWebImage SDWebImageSVGCoder

To Load the following svg

https://gcf-media.s3.ap-south-1.amazonaws.com/subject-tags/practice-cards/Green_color_with_pattern.svg

like this sd_setImage(with: urlString, placeholderImage: placeholderImage)

Getting error as Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)

image

I tried using sd_internalSetImage and passing an SDSetImageBlock and tried getting the image and set it by myself but still the same issue occurs.

Any thoughts?

dreampiggy commented 2 years ago

Please have a try with the new Adobe-SVG-Native based coder implementation:

https://github.com/SDWebImage/SDWebImageSVGNativeCoder

Feedback are welcomed