Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
benbel authored Nov 22, 2024
1 parent 1863534 commit 73f115a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body {
margin: 0;
max-width: 30em;
max-width: 30em;
font-family: monospace;
color: #111111;
background-color: #fcfcfc;
Expand Down Expand Up @@ -76,9 +76,9 @@
</div>

<script>
const size = 25000;
const size = 50000;
const canvas = document.createElement('canvas');
canvas.width = 1000;
canvas.width = 750;
canvas.height = 500;
const ctx = canvas.getContext('2d');
const width = canvas.width;
Expand Down

0 comments on commit 73f115a

Please sign in to comment.