factory/v2010/index.html
author Eugen Sawin <sawine@me73.com>
Sun, 04 Jul 2010 01:12:52 +0200
changeset 11 139a26267e12
parent 10 9460588a1633
child 14 7755b7760491
permissions -rw-r--r--
Removed redundantan body entry.
     1 <p>
     2 <!--<img src="images/world.png" alt="world map" height="280" width="100%" />
     3 -->
     4 <canvas id="mandelbrot" width="670" height="280"></canvas> 
     5 <button onclick="draw(0, -1, 0, 0);">Left</button>
     6 <button onclick="draw(0, 1, 0, 0);">Right</button>
     7 <button onclick="draw(0, 0, -1, 0)">Up</button>
     8 <button onclick="draw(0, 0, 1, 0);">Down</button>
     9 <button onclick="draw(0, 0, 0, 1);">In</button>
    10 <button onclick="draw(0, 0, 0, -1);">Out</button>
    11 <button onclick="draw(10, 0, 0, 0);">Inc Quality</button>
    12 <button onclick="draw(-10, 0, 0, 0);">Dec Quality</button>
    13 </p>
    14