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?
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?