STRd6 / pixel-editor

It edits pixels
https://danielx.net/pixel-editor/
MIT License
140 stars 29 forks source link

wrong color code is not forbidden #27

Closed JanWerder closed 9 years ago

JanWerder commented 10 years ago

If a color code is not Hex it gets translated into a transparent color and on selecting it you draw the previously selected color.

STRd6 commented 10 years ago

Thanks, I'll check it out!

STRd6 commented 9 years ago

This is fixed now that we switched to the native input[type="color"] elements.