Texts and Transformations II: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (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...") |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<jsxgraph with="500" height="500 | <jsxgraph with="500" height="500"> | ||
(function(){ | (function(){ | ||
var brd, txt, p0, p1, p2, im; | var brd, txt, p0, p1, p2, im; |
Revision as of 07:15, 1 August 2011
The JavaScript code
Here is the complete code to accomplish this behaviour.