webdesserts / alchemist-js

The extensible color library
https://webdesserts.gitbooks.io/alchemist-js/
MIT License
11 stars 2 forks source link

Precision 0 #16

Closed webdesserts closed 9 years ago

webdesserts commented 9 years ago

Currently when you try to set the precision to 0 (for an intenger) it breaks.

webdesserts commented 9 years ago

Since we switched from toFixed to toPrecision, I'm not sure if this is still any issue.