diff --git a/js/main.js b/js/main.js index c1599cc..44cd40a 100644 --- a/js/main.js +++ b/js/main.js @@ -4,7 +4,7 @@ $(document).ready(function() { window.c = $('canvas')[0].getContext('2d'); window.settings = { - lineWidth : 1, + lineWidth : 0.2, strokeStyle : 'black', type: 'sketch', lineCap: 'round',