-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are black background on svg in 0.10.3(0.10.4 version) #126
Comments
Can you try on 0.10.4? I just tried it on that and it seems to work ok. |
@dnfield , I try 0.10.4 version and it does not work , too. Only the two svgs resources don't work and others are OK. But I try the two svgs resources in 0.8.3 and they are OK. We can solve it by replacing svg resouces, but it is good that flutter_svg plugin can support the feature. Thanks. |
Hmm. It appears to be because of the For now if you can remove the mask element, you should be good. I'll try to look at why this regressed this way. |
Ahhh - it's because of that So while parsing, if an unsupported element is encountered we try to be tolerant and parse children it has. We end up finding a |
(and in v0.8.3, we didn't support use elements) |
This is fixed on master, and will be published as v0.11.0 once CI passes... |
Thanks for your response. I will try it again when v0.11.0 is released. |
There are black background on svg in 0.10.3 flutter_svg version . But it is OK in 0.8.3 flutter_svg version.
➜ examples git:(master) ✗ flutter --version
Flutter 1.0.0 • channel unknown • unknown source
Framework • revision 5391447fae (3 months ago) • 2018-11-29 19:41:26 -0800
Engine • revision 7375a0f414
Tools • Dart 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)
reproduct project:
It should be flutter_svg issue. Did Someone have the problem ?
The text was updated successfully, but these errors were encountered: