Monthly Archives: March 2009

Release of version 0.71

The release 0.71 of JSXGraph contains major improvements of ticks on lines. Equidistant and special ticks are possible now. Further it contains much improved automatic labeling of axes, see http://jsxgraph.uni-bayreuth.de/wiki/index.php/Ticks for a description. The snap-to-grid mode has been enabled again. Further the release contains many bug fixes, among them the fix of a problem with [...]
Posted in Releases | Tagged , , , | 1 Comment

JSXGraph and IE8

Yesterday, Internet Explorer 8 was released. Unfortunately, displaying JSXGraph with IE 8 fails, if IE 8 runs in strict mode and the HTML file starts with DOCTYPE. Meanwhile, the problem has been localized: Up to IE7 the VML rendering engine is initialized with the commands document.namespaces.add("v", "urn:schemas-microsoft-com:vml"); document.createStyleSheet().addRule("v\\:*", "behavior: url(#default#VML);"); In IE8, the wildcard ...addRule("v\\:*", ... is not longer allowed. [...]
Posted in Uncategorized | Tagged , , | 3 Comments

JSXGraph at Google Groups

Features of JSXGraph can now be discussed in the new forum at Google groups. Recent new developments are the JSXGraph plugins for Wordpress and MediaWiki. These are initial releases, please give us feedback. Here are examples for WordPress and MediaWiki.
Posted in Uncategorized | Tagged , , , , , | Leave a comment

Release of version 0.70

This release introduces the new elements tangents, normals, and curve interpolation with Neville’s algorithm. Intersection of curves is possible now. The display of coordinate axes has been improved. A zoom and navigation bar has been introduced. Many bug fixes, among them an IE8 incompatibility and full jQuery support. This release contains JSXGraph-plugins/-filters for WordPress, Moodle, [...]
Posted in Releases | Tagged , , , , , , , , | Leave a comment