Skip to content

Tags: ProjectOpenSea/SDWebImageSVGCoder

Tags

1.8.1

Toggle 1.8.1's commit message
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>