From 1223cf078648d9a7f38913cf002398e9aff5ddfe Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 22 May 2020 19:53:20 +0100 Subject: test/js: Include mandelbrot example Signed-off-by: Daniel Silverstone --- test/js/index.html | 1 + test/js/mandelbrot.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 test/js/mandelbrot.html diff --git a/test/js/index.html b/test/js/index.html index 2abe954e5..f9228720e 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -104,6 +104,7 @@
  • console.log and document.write
  • Example from wikipedia
  • Check instanceof behaviour
  • +
  • Canvas/ImageData Mandelbrot ploter
  • diff --git a/test/js/mandelbrot.html b/test/js/mandelbrot.html new file mode 100644 index 000000000..38f77eff5 --- /dev/null +++ b/test/js/mandelbrot.html @@ -0,0 +1,31 @@ + + + JS Mandelbrot + + + + + +
    + Use slow path.
    + Start +
    + + -- cgit v1.2.3