Sierpinski triangle: Difference between revisions
From JSXGraph Wiki
| A WASSERMANN (talk | contribs)  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... | A WASSERMANN (talk | contribs) No edit summary | ||
| Line 11: | Line 11: | ||
|          function run() { |          function run() { | ||
|              JXG.JSXGraph.freeBoard(board);          |              JXG.JSXGraph.freeBoard(board);          | ||
|              board = JXG.JSXGraph.initBoard(' |              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
