factory/v2010/index.html
changeset 10 9460588a1633
parent 7 cfde0597a8dc
child 11 139a26267e12
     1.1 --- a/factory/v2010/index.html	Sun Jul 04 00:24:02 2010 +0200
     1.2 +++ b/factory/v2010/index.html	Sun Jul 04 01:09:28 2010 +0200
     1.3 @@ -3,5 +3,13 @@
     1.4  -->
     1.5  <body onload="draw(0, 0, 0, 0);">  
     1.6  <canvas id="mandelbrot" width="670" height="280"></canvas> 
     1.7 +<button onclick="draw(0, -1, 0, 0);">Left</button>
     1.8 +<button onclick="draw(0, 1, 0, 0);">Right</button>
     1.9 +<button onclick="draw(0, 0, -1, 0)">Up</button>
    1.10 +<button onclick="draw(0, 0, 1, 0);">Down</button>
    1.11 +<button onclick="draw(0, 0, 0, 1);">In</button>
    1.12 +<button onclick="draw(0, 0, 0, -1);">Out</button>
    1.13 +<button onclick="draw(10, 0, 0, 0);">Inc Quality</button>
    1.14 +<button onclick="draw(-10, 0, 0, 0);">Dec Quality</button>
    1.15  </p>
    1.16