Dan Field
Dan Field
The error indicates that an attempt was made to parse something as XML that isn't XML.
This is part of SVG2 and not implemented. But I have no objections to implementing it if someone wants to create a patch.
Sorry, it is part of 1.1 too and just not implemented :)
CAn you try this on the beta of Flutter? This is a bug in impeller that I think exists on stable but not beta.
I don't have a good reproduction case for this. I need one htat I can reproduce locally to be able to work on this.
> I've forked the repo and made a hacky fix for that, I most likely won't create a PR unless Dan himself says otherwise - the reason being it most...
Please share a complete eample that results in flickering.
Please share a svg and/or code sample that reproduces this
Does this reproduce on a physical device? I tried on an iPhone 13 and it's fine, but on simulator I can see it's a problem.
I believe the problem is it's using `objectBoundingBox` for the pattern units, which isn't yet supported.