factory/v2010/chrome.html
author root@h1429602.stratoserver.net
Mon, 05 Jul 2010 17:19:17 +0200
changeset 16 a04897b5801e
permissions -rw-r--r--
Increased photo size.
     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