Open WeiCongcong opened 3 months ago
Currently I am rolling back to 4.0.2
This is with the html renderer right ?
This is with the html renderer right ?
In my case, the app runs on iOS and Android Platform. It is not related to the html renderer.
In the latest version 5.0.0, flag svgs are updated with some attributes like
mask
, which could not be perfectly supported byflutter_svg
, and many flags can't be displayed.The
mask
attributes are used to clip the svg to be a round image, which is already done with theClipPath
widget. Maybe we can change the svgs back to the former version withoutmask
.