about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-03-14 18:47:17 -0400
committerelioat <elioat@tilde.institute>2024-03-14 18:47:17 -0400
commitaa208e440331a4b4ed5d7ca1af6a0962adec628e (patch)
tree4b8d81705154952c8e59c70ba69a21231578d6cc /js
parent9e3d80a7dcb9530fefaee76643e3943570ac0d2d (diff)
downloadtour-aa208e440331a4b4ed5d7ca1af6a0962adec628e.tar.gz
*
Diffstat (limited to 'js')
-rw-r--r--js/mandelbrot/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/mandelbrot/index.html b/js/mandelbrot/index.html
index 23ad2cb..ed220a6 100644
--- a/js/mandelbrot/index.html
+++ b/js/mandelbrot/index.html
@@ -6,7 +6,7 @@
     <title>Mandelbrot</title>
 </head>
 <body>
-    <canvas id="mandelbrot" width="800" height="800"></canvas>
+    <canvas id="mandelbrot" width="1000" height="1000"></canvas>
     <script src="mb.js"></script>
 </body>
 </html>
\ No newline at end of file