Difference between revisions of "Texts and Transformations II"

From JSXGraph Wiki
Jump to navigationJump to search
(Created page with "<jsxgraph with="500" height="500" box="box2"> (function(){ var brd, txt, p0, p1, p2, im; JXG.Options.text.display = 'internal'; brd = JXG.JSXGraph.initBoard('jxg...")
 
Line 1: Line 1:
<jsxgraph with="500" height="500" box="box2">
+
<jsxgraph with="500" height="500">
 
(function(){
 
(function(){
 
     var brd, txt, p0, p1, p2, im;
 
     var brd, txt, p0, p1, p2, im;

Revision as of 09:15, 1 August 2011

The JavaScript code

Here is the complete code to accomplish this behaviour.