dnfield / flutter_svg

SVG parsing, rendering, and widget library for Flutter
MIT License
1.66k stars 454 forks source link

Flutter SVG Render Issue on web #740

Open stevensalex299 opened 2 years ago

stevensalex299 commented 2 years ago

We are using the Flutter SVG package to render SVGs throughout our project. The images looks perfectly fine on Flutter version 2.10.5, but on version 3 some of them render badly. There seems to be an issue between the two versions.

NormalIcon BrokenIcon

Source SVG: analytics_with_icon

dnfield commented 2 years ago

Please include the source SVG for this.

stevensalex299 commented 2 years ago

I added the svg above

dnfield commented 2 years ago

I'm not able to reproduce this on a recent flutter commit and the latest version of flutter_svg. What platform?

stevensalex299 commented 2 years ago

We are building this for Flutter web.

dnfield commented 1 year ago

What rendering backend? Which browser/os?