Dan Field
Dan Field
Text support is not great at this point. I'll take a look but it's likely due to that.
Yes, this is entirely due to the x/y stuff for text. It's not very well supported at this point and I'm not sure if/when it will be (the logic to...
I've merged in that patch, but it doesn't quite fix this issue locally - will leave open for now.
Ok, cleaned up a bit in https://github.com/dnfield/flutter_svg/pull/95 - which is now published as v0.9.0+1 It's still definitely not perfect, but much improved.
x/y and dx/dy are very non-trivial to implement. I may revisit if inspiration hits (or if someone else wants to try they're welcome), but unless I see some need for...
What happens if you do `BlendMode.screen` for the blending?
The font family attribute is supported, but the font must be available on the user device to use it.
This managed to fall off my radar. It's fixable, but I'm currently working on a successor to flutter_svg that already can correctly render this image. I am still not sure...
The successor is at https://github.com/dnfield/vector_graphics. It is not currently ready for release.
I can't reproduce this. What platform are you using?