uber / cyborg

Display Android Vectordrawables on iOS.
Apache License 2.0
302 stars 19 forks source link

Floating Point Number Parsing fails for numbers with exponents #4

Closed benpious closed 6 years ago

benpious commented 6 years ago

A number like -0.354e-4 is parsed as simply -0.354, with the e-4 unconsumed, which causes parsing to fail.