I want to make like a painting game,to let user painting use mouse move.I need to detect if user is painting what kind of shape,like '^'or like 'z',or matching some thing else?
I'm kind of newbee in HTML5 canvas,I've googled a lot,can't find the answer.
Or simplely i'm on the wrong road,i should just store the mouse move data,but still can't figure how to deal with the continous data.