ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

thomasS-solution #104

Closed solowt closed 8 years ago

solowt commented 8 years ago

comfort: 4 completeness: 5

bonus is working, going to try to fix a case where invalid color entries default to the previous valid entry.

edit- finished all parts, code could probably be collapsed and some functions merged but I think I'm done.

nolds9 commented 8 years ago

:+1: Awesome job, really like your object orientated approach with this one, and I liked how you refactored. Great comments! Also find myself thinking of a user interface for these functions. Maybe a button to make new instances for an extra brush, canvas, etc.