Dan Field
Dan Field
@apoleo88 avoid using SVGs that have embedded images, and see if you can use something like SVG cleaner to shrink down your size. But yes, at some point you do...
What version of Flutter are you on? There were changes to both Flutter svg and Flutter recently that are impacting this.
I'd need a full reproduction of this. This is likely an issue with the way the pubspec is set up in the project rather than this package.
I'm not sure I fully grasp the bug here - what do you expect this to look like? I wonder if you just need to experiment with the `fit` property,...
Does this reproduce on a real device? If so, can you share a minimal reproduction?
(Also, does it reproduce on the latest version of master flutter)
It would be really helpful if you could bisect this to a specific version of flutter, e.g. using `git bisect`.
I don't believe this is a bug in flutter_svg. But again, the same ask: do you have a small reproduction of this, and/or can you bisect it to a particular...
It's probably a bug in the html backend mask impl. Can you share an example a svg?
But that SVG doesn't have masks...