touch and mouse

This commit is contained in:
Mahdi Dibaiee 2014-02-02 13:34:28 +03:30
parent 87b085d765
commit b8a44d96f0

View File

@ -4,7 +4,7 @@ $(document).ready(function() {
window.c = $('canvas')[0].getContext('2d'); window.c = $('canvas')[0].getContext('2d');
window.settings = { window.settings = {
lineWidth : 5, lineWidth : 1,
strokeStyle : 'black', strokeStyle : 'black',
type: 'sketch', type: 'sketch',
lineCap: 'round', lineCap: 'round',