views:

92

answers:

2

Anyone know how this can be done? Would you use a canvas object, svg, jQuery, etc?

+4  A: 

A canvas element with some JavaScript would work great.

In fact, here's a jQuery plugin that already has this implemented.

Ben S
A: 

Here is a quickly hacked up version of this using SVG I just did. Works well for me on my iPhone. Also works in a desktop browser using normal mouse events.

heycam