jfairbank / chroma

Ruby gem for color manipulation and palette generation
ISC License
232 stars 29 forks source link

Color created from rgba string is serializing to hex #17

Closed jfairbank closed 9 years ago

jfairbank commented 9 years ago
irb(main):007:0> 'rgba(255, 0, 0, 0.5)'.paint
=> #ff0000
jfairbank commented 9 years ago

Fixed in first-release branch.