We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using v0.2.0 the image I'm trying to display shows up as a black mask instead of full color.
What I get
What I expect
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using v0.2.0 the image I'm trying to display shows up as a black mask instead of full color.
What I get
What I expect
I registered the coder
Rendered inside a UIButton
Any ideas?
The text was updated successfully, but these errors were encountered: