News


Dynamic Mathematics with JavaScript

JSXCompressor – Python script

A simple Python script to compress a file to be uncompressed by the JavaScript JSXCompressor is the following: #!/usr/bin/env python # -*- coding: utf-8 -*- import sys import os import urllib import base64 import zlib... [Read More]

Release of version 0.78

The most notable change is that all dependencies of JSXGraph on third-party libraries like jquery or prototype have been removed. JSXGraph is now a stand-alone library. If delivered compressed, its size is only 81 kByte. Now, two possible types of texts are possible: ‘html’ which uses an HTML-div element, and... [Read More]

Release of version 0.77

Version 0.77 of the JavaScript plotting and Geometry library JSXGraph contains many improvements and feature enhancements. Beside of bug fixes the performance could also be improved considerably, again. The visual appearance of JSXGraph is another area where great progress could be achieved. The main issues were the automatic labeling... [Read More]

JSXCompressor – zlib compressed JavaScript code

The open source library JSXGraph (http://jsxgraph.org) contains utilities to read files which have been compressed by the ZLIB (http://zlib.org) library. That means, JSXGraph has a pure JavaScript implementation of deflate, unzip and base64_decode. This can be used for delivering compressed JavaScript inside of an HTML file. Of course, with todays... [Read More]

Release of version 0.76

Version 0.76 of the JavaScript plotting and Geometry library JSXGraph contains major improvements. First, the display quality has been improved greatly. Curves are much more smooth now and use the full power of the vector graphics capabilities of SVG and VML. Then, eye candy like shadows and gradient filling... [Read More]