diff options
author | elioat <elioat@tilde.institute> | 2024-03-14 18:47:17 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-03-14 18:47:17 -0400 |
commit | aa208e440331a4b4ed5d7ca1af6a0962adec628e (patch) | |
tree | 4b8d81705154952c8e59c70ba69a21231578d6cc /js/mandelbrot/index.html | |
parent | 9e3d80a7dcb9530fefaee76643e3943570ac0d2d (diff) | |
download | tour-aa208e440331a4b4ed5d7ca1af6a0962adec628e.tar.gz |
*
Diffstat (limited to 'js/mandelbrot/index.html')
-rw-r--r-- | js/mandelbrot/index.html | 2 |
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 |