Fixed wrong draw call.
authorEugen Sawin <sawine@me73.com>
Tue, 06 Jul 2010 00:22:27 +0200
changeset 1931c7acfbf85c
parent 18 9ed757b7339a
child 20 adbea491e9b9
Fixed wrong draw call.
chrome.html
factory/frame.html
     1.1 --- a/chrome.html	Tue Jul 06 00:07:46 2010 +0200
     1.2 +++ b/chrome.html	Tue Jul 06 00:22:27 2010 +0200
     1.3 @@ -41,14 +41,8 @@
     1.4  <button onclick="draw(0, 0, 1, 0, 0);">Down</button>
     1.5  <button onclick="draw(0, 0, 0, 1, 0);">Zoom in</button>
     1.6  <button onclick="draw(0, 0, 0, -1, 0);">Zoom out</button>
     1.7 -<button onclick="draw(10, 0, 0, 0, 0);">Inc Iterations</button>
     1.8 -<button onclick="draw(-10, 0, 0, 0, 0);">Dec Iterations</button>
     1.9  <button onclick="draw(0, 0, 0, 0, -1);">Inc Resolution</button>
    1.10  <button onclick="draw(0, 0, 0, 0, 1);">Dec Resolution</button>
    1.11 -<label>
    1.12 -<input size="600" type="text" id="l1" name="contact_name" value="Name angeben" />
    1.13 -</label>
    1.14 -</form> 
    1.15  </p>
    1.16             
    1.17        
     2.1 --- a/factory/frame.html	Tue Jul 06 00:07:46 2010 +0200
     2.2 +++ b/factory/frame.html	Tue Jul 06 00:22:27 2010 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  <link rel="stylesheet" href="dark.css" type="text/css" />
     2.5  </head>
     2.6  
     2.7 -<body onload="draw(0, 0, 0, 0);">
     2.8 +<body onload="draw(0, 0, 0, 0, 0);">
     2.9  <div id="wrap">
    2.10  	<div id="header">			
    2.11      	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>