Skip to content

Commit

Permalink
Update Glitch.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Soham-Saha authored Sep 29, 2024
1 parent 00a34e5 commit 270a35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProceduralArt/Glitch/Glitch.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

function updateScreen() {
ctx.fillStyle = 'black'
ctx.fillStyle ='rgba(0,0,0,0.1)'
ctx.fillRect(0, 0, WIDTH, HEIGHT)
ctx.fillStyle = 'red'
for (i = 0; i < PT_COUNT; i++) {
Expand All @@ -84,4 +84,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 270a35d

Please sign in to comment.