Skip to content

Commit

Permalink
forgot default width/height of the canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritAxolotl committed Dec 1, 2023
1 parent 504d59a commit 4442200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/glitch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</style>
</head>
<body>
<canvas id="glitch-shader"></canvas>
<canvas id="glitch-shader" width="1440" height="900"></canvas>
<script async type="module">
const startTime = Date.now();
const canvas = document.getElementById("glitch-shader");
Expand Down

0 comments on commit 4442200

Please sign in to comment.