-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Using v0.2.0 the image I'm trying to display shows up as a black mask instead of full color.
I registered the coder
// register svg coder
let SVGCoder = SDImageSVGNativeCoder.shared
SDImageCodersManager.shared.addCoder(SVGCoder)
Rendered inside a UIButton
let bitmapSize = button.frame.size
button.sd_setImage(with: imageURL, for: .normal, placeholderImage: nil, options: [.highPriority], context: [.imageThumbnailPixelSize: bitmapSize], progress: nil)
Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
