block by nitaku d79632a53187f8e92b15

Freehand drawing

Full Screen

A simple freehand drawing application, based on Bostock’s Line Drawing gist.

Use your stylus, fingers or mouse to draw. The color of the line can be changed by interacting with the color palette, and the canvas can be cleared by clicking the trash in the upper-right corner of the UI.

The application uses two stacked SVG elements, one for the UI and one for the canvas. This is used to disable drawing when interacting with UI elements.

Unlike Bostock’s example, this application maintains a DOM-independent object to store all the drawing’s data (just look at the JavaScript console each time you complete a line).

Colors are from Colorbrewer’s Dark2 palette.

index.js

index.html

index.coffee

index.css