You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Svg pictures aren't rendered correctly in CI mode. They work fine in macOS, but once you fit them with widgets with size below them they appear weirdly.
Hi @mhnowak, thanks for the issue! I think this is caused by the method we use to block out the text affecting the layout of the svg. So in that case it would make sense that changing the alignment might fix it, but there's still an underlying issue to fix there. Unfortunately I don't have a good workaround at the moment, but will continue to update the issue as I figure out more details.
Is there an existing issue for this?
Version
0.4.1
Description
Svg pictures aren't rendered correctly in CI mode. They work fine in macOS, but once you fit them with widgets with size below them they appear weirdly.
I'm using flutter_svg: 1.1.4
Steps to reproduce
flutter test --update-goldens
- when you open the generated image that's the effect:I've also attached the svg picture I'm generating the svg with.
Expected behavior
The generated golden should be identical to macOS one.
Screenshots
No response
Additional context and comments
I'm using flutter 3.0.5
The text was updated successfully, but these errors were encountered: