change canvas size to be a power of 9.

This commit is contained in:
HyperOnion 2023-06-24 09:41:25 +02:00 committed by transoptimal
parent fbf0960e7e
commit 9deb3b024a
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
</head>
<body>
<canvas id="canvas" width="576" height="576"></canvas>
<canvas id="canvas" width="729" height="729"></canvas>
</body>