bodymovin / bodymovin-to-smil

bodymovin to smil
MIT License
39 stars 7 forks source link

Fix infinite loop when resolving font data #8

Closed circlingthesun closed 3 years ago

circlingthesun commented 3 years ago

The 'i' variable never gets incremented so unless the relevant font data is the first entry, it results in an infinite loop. This PR fixes that.

bodymovin commented 3 years ago

thanks!