Tags: ProjectOpenSea/SDWebImageSVGCoder
Tags
fix: use UIGraphicsImageRenderer instead of deprecated UIGraphicsBegi… …nImageContext Replace SDGraphicsBeginImageContextWithOptions/SDGraphicsEndImageContext with SDGraphicsImageRenderer in createBitmapSVGWithData:targetSize:preserveAspectRatio:. UIGraphicsBeginImageContextWithOptions is deprecated and throws NSInternalInconsistencyException on newer iOS versions. UIGraphicsImageRenderer (wrapped by SDGraphicsImageRenderer) is Apple's recommended replacement. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>