bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.08k stars 438 forks source link

Fixes original color object modified by reference. #132

Closed cpsubrian closed 8 years ago

cpsubrian commented 8 years ago

This is more of a targeted fix than doing something like unilaterally cloning the input object. I don't see any other offenders in inputToRBG().

cpsubrian commented 8 years ago

Fixes #95

bgrins commented 8 years ago

Thanks, that looks good. Just one minor nit

cpsubrian commented 8 years ago

Force-pushed that change.

bgrins commented 8 years ago

Alright, thanks!