I came across a book giving a tutorial and partial code for building a coloring book, in HTML and JavaScript. I have setup a project in jsbin to test my code, and hopefully it can be shared with you all at this link: my source code
I would like the user to be able to select a color and then click on an area in the svg, where it is then applied. Currently when you click on a color, nothing happens.