Posted
almost 12 years
ago
by
alfred
Version 0.97 introduces module definitions as defined by the AMD API. This only enforces the module and namespace pattern we were using in JSXGraph for years. Do I have to change my code? In most cases: No. We made these changes with backwards compatibility in mind. Just load your copy of jsxgraphcore.js or – if [...]
|
Posted
about 12 years
ago
by
michael
After a short break, JSXGraph is back on cdnjs: 0.95 //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.95/jsxgraphcore.js 0.96 //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.96/jsxgraphcore.js Many thanks to Marc and – of course – Ryan and Thomas from cdnjs.
|
Posted
about 12 years
ago
by
michael
Version 0.96 enables dragging polygons and curves. Constructions created with sketchometry can now be read and displayed with JSXGraph. The environments in which JSXGraph can be used has been extended to node.js and Windows 8 apps. Unfortunately
|
Posted
about 12 years
ago
by
michael
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 display the graphics you have [...]
|
Posted
over 12 years
ago
by
michael
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
|
Posted
over 12 years
ago
by
alfred
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 new geometric objects. Also event handling has [...]
|
Posted
over 12 years
ago
by
michael
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 of good ressources on the web, [...]
|
Posted
over 12 years
ago
by
alfred
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:
|
Posted
almost 13 years
ago
by
alfred
Version 0.94 enables the long awaited flexible positioning of labels, e.g. of axes. Now, the attributes label:{position:'lft', offsets:[10,-10]} can be added to an arbitrary element with a label. position can take the values ‘lft’, ‘ulft’, llft’
|
Posted
almost 13 years
ago
by
michael
JSXGraph version 0.93 is now available on cdnjs.com, too. The link is http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.93/jsxgraphcore.js
|