uber / cyborg

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

Fix bug where Array was 2x the expected size #26

Closed benpious closed 6 years ago

benpious commented 6 years ago

I used insert instead of subscript to add elements, which caused the array to be far larger than it had to be.