Sierpinski triangle: Difference between revisions

From JSXGraph Wiki
(New page: <html> <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/pro...)
 
No edit summary
Line 11: Line 11:
         function run() {
         function run() {
             JXG.JSXGraph.freeBoard(board);         
             JXG.JSXGraph.freeBoard(board);         
             board = JXG.JSXGraph.initBoard('jxgbox', {originX: 10, originY: 390, unitX: 380, unitY: 380});             
             board = JXG.JSXGraph.initBoard('box', {originX: 10, originY: 390, unitX: 380, unitY: 380});             
             level++;
             level++;
             board.suspendUpdate();
             board.suspendUpdate();

Revision as of 16:52, 3 December 2008