small lineWidth

This commit is contained in:
Mahdi Dibaiee 2014-02-02 13:37:46 +03:30
parent b8a44d96f0
commit 9f427204ac

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 : 1, lineWidth : 0.2,
strokeStyle : 'black', strokeStyle : 'black',
type: 'sketch', type: 'sketch',
lineCap: 'round', lineCap: 'round',