-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework/issues/detail?id=1526) by @pekkaklarck on 19 Sep 2013_
We currently escape non-ASCII characters in log, report, and ot…
-
-
See https://groups.google.com/forum/#!topic/jsxgraph/QXADPj2tvZ8
-
If I try to decode characters outside the Basic Multilingual Plane, the decoding function fails.
For example:
JXG.Util.utf8Decode('\xf0\x9f\x99\x8a')
This should be one unicode character, but it dec…
-
-
Hello, I'm trying to use math.js and jsxgraph to plot a graph.
I have a problem how to get a function evaluate in a fast way:
If I don't use functions, the following code works function v2()
If I use…
-
If you have created an integral, how do you move the gliders using setPosition? Or using something else? That is, how do you move them without physically sliding them? Just using setPosition or setP…
-
I want to create a new browser window and then place my graph in that window. However, it seems that JSXGraph implicitly uses the window.document. e.g., document.getElementById. Any thoughts about mak…
-
Hi there again!
I've noticed the following. If I place `` inside an element with a border (for example, ``), all interactive elements stop working correctly. Some "backslash" in mouse movement arises.…
-
See example at http://jsfiddle.net/arzhh/1/
Using the canvas renderer, the `fillColor` for a polygon is still drawn even when the polygon has been hidden.
Additionally, if you create a polygon with …