Dan Field
Dan Field
I'm not sure I ever got a clear reproduction on this that I could reproduce locally. I can try to look at it again though.
Can you share a complete reproduction? The implementation around color filtering changed for sure. I would not expect it to have broken this way though.
You're right that there are a bunch of problems here, but you might want to consider just using a `ColorFilter` widget around the `SvgPicture` rather than providing a color/color filter...
I'm not quite sure what you mean here. What's the issue?
Thanks for the detailed report. I'm not sure about the right way to resolve this. We could add something like `locale` to `SvgTheme`, which I think would make sense. I'm...
I guess I could just read `PlatofrmDispatcher.instance.locale` and rebuild if it changes?
Please share a full reproducing SVG.
Sounds good, would you mind opening a PR with changes to the readme?
Hmm. Perhaps we need to clear the cache when `reassemble` is called.
I don't have a lot of time to do a test case for this - can yo do a small test that calls `PicturerProvider.cache.clear()` when reassemble is called? You can...