small lineWidth
This commit is contained in:
parent
b8a44d96f0
commit
9f427204ac
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user