flutter_svg icon indicating copy to clipboard operation
flutter_svg copied to clipboard

Format Exception when encountering percentage instead of double

Open loganrussell48 opened this issue 4 years ago • 2 comments

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.

loganrussell48 avatar Nov 30 '20 01:11 loganrussell48

Same issue here!

JaffaKetchup avatar Oct 21 '21 12:10 JaffaKetchup

Any update?

kamxy avatar Aug 23 '23 16:08 kamxy