diff --git a/bahdem/index.html b/bahdem/index.html index f8f3935..b0bd15a 100644 --- a/bahdem/index.html +++ b/bahdem/index.html @@ -1,5 +1,5 @@ - + @@ -15,4 +15,4 @@

- \ No newline at end of file + diff --git a/pain/index.html b/pain/index.html index 80792ef..8af0ac7 100644 --- a/pain/index.html +++ b/pain/index.html @@ -10,9 +10,9 @@

This is a PAIN TOOL

- +
- \ No newline at end of file + diff --git a/pain/main.js b/pain/main.js index b602f6d..352dd94 100644 --- a/pain/main.js +++ b/pain/main.js @@ -12,7 +12,7 @@ let x = 0; let y = 0; let t =false; let color = "#000000"; -let bold = 50; +let bold = 10; let image = new Image(); canvas.width = 1920; @@ -60,7 +60,6 @@ const end = e => { colorele.addEventListener('change', e => { color = e.target.value; }); - rangele.addEventListener('change', e => { bold = e.target.value; }); @@ -125,4 +124,4 @@ function fixPosY(posY){ } function pain(){ ctx.drawImage(image, 0, 0, canvas.width, canvas.height); -} \ No newline at end of file +}