Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
728 stars 72 forks source link

Better condition for checking values in `load` #133

Closed Keyamoon closed 2 years ago

Keyamoon commented 2 years ago

props.value would be falsy when it's 0, which is a valid value; for example in the case of indexToLocFormat.

Pomax commented 2 years ago

yep, sensible change.