News


Dynamic Mathematics with JavaScript

Howto: Export JSXGraph constructions

You created a wonderful mathlet and now you want to include it into a static environment like a pdf document. To do so you have to export the construction into a format that can be processed by e.g. your word processor. Based on the rendering techniques used in JSXGraph to... [Read More]

SourceForge repository: New URL

We updated our SourceForge project to the new “forge” software and in this regard sourceforge moved our repository. You can find the new URLs here. To update the remote in your local repository do $ git remote set-url <remote-name> <new url> [Read More]

Release of version 0.95

Beside the bug fixes, version 0.95 brings much improved text handling. All texts may now be right aligned or centered. Internal (SVG) texts are much better supported. A much requested new text option is rotate:degree for easy rotation of internal texts. With minor and major arcs there are... [Read More]

JSXGraph has moved to Git

We moved our version control from subversion to Git. We also created a project page at GitHub to make it easier for you to report bugs and feature requests and to participate in the development of JSXGraph. If you are not familiar with Git you can find a lot... [Read More]

CDN updated to v0.94

After a some delay, jsxgraphcore.js version 0.94 is now available at the CDN: http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.94/jsxgraphcore.js Further, the reader software for other file formats is available there, too: http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.94/GeonextReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.94/IntergeoReader.min.js We tried – without success – to persuade the people behind cdnjs to let us... [Read More]