diff options
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 |