uber / cyborg

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

fixes overflow on 32 bit devices #41

Closed benpious closed 5 years ago

benpious commented 5 years ago

On 32 bit devices, line 104 will overflow. Switching to the bigger Int64 should fix this.