flutter_svg
flutter_svg copied to clipboard
Format Exception when encountering percentage instead of double
I am retrieving the SVG data from a 3rd party, and it contains the following text that is causing an issue:
<image clip-path="url(#clip)" height="62.0%" width="62.0%" .... >
This causes my app to be unable to render important sections that are provided by the 3rd party SVGs.
A fix or update for this would be greatly appreciated.
Same issue here!
Any update?