Lenard
Lenard
I 2nd this, had the same issue when I started using it.
If you could let me know if it supports tinting it would be great. In terms of implementation, I went based on what I found in the documentation that was...
@dreampiggy I tested `WebImage` and it works when applying tint, the problem with this is that it if I use it within an animated context which is what I am...
> Can you provide a real demo with these 2 use case ? It seems both of them contains issue. > > 1. AnimatedImage with tint on animated image url...
> Is this what you want ? > > [SDWebImage/SDWebImage#3761](https://github.com/SDWebImage/SDWebImage/pull/3761) > > But SVG is not animtable, so it's a little strange in your demo. I use a `APNG` and...
> > but the SVG are not even loading > > SVG is not official supported by Apple's ImageIO coder. It's not a normal bitmap image format > > You...
> > So if not AnimatedImage what would you use to load SVG ?? > > WebImage can support SVG. It will draw bitmap version (fixed size) instead of `Pure...
I am wondering if we are experiencing the same issue: https://github.com/pointfreeco/swift-snapshot-testing/discussions/1001 If I do it using `XCTestCase` it works fine `SwiftTesting` it starts failling. Here is a screenshot from my...
@gerchicov-vg Hey, no i wasn't able to find a solution. If you fork it you can probably fix it but as it stands I wasn't able to, I moved on...