Michael Gerhaeuser
Michael Gerhaeuser
Thanks for pointing this out. I just pushed 120f536f24f3358e58 to GitHub which will fix the exception thrown but it won't fix the underlying issue. We can't dump any curve that...
Yes, curves defined by static data arrays are perfectly dumpable. Also, all plot curves defined by GEONExT/JessieCode formatted strings are theoretically dumpable but that might require some work in the...
Hi @benbro, thanks for the effort you put in this bug report. I had a look at the issue and it looks like our geogebra import can't deal with "b+A"...
There is no way to compare them in JSXGraph. To do this one would need some kind of normalisation, e.g. by parsing them, normalizing their abstract syntax tree and then...
JSXGraph has multiple parsers. It used to have a GeonextParser which was merged with our general purpose parser [JessieCode](https://github.com/jsxgraph/jessiecode) and it has a parser embedded in the GeogebraReader (functions ggbAct()...
It should be possible to extend the JC parser to compare expressions. But I can't say how much work it would require, never gave it any thought. Our examples folder...
Hi Sebastian, I need more information on this because both examples work perfectly fine in Firefox 25.0.1, Chrome 31.0.1650.57 and Opera 12.15. Michael
> If you still can't see it happening, I'll record a screen cast to show you. Not necessary, I dragged the points instead of the circle. I think @alfredwassermann introduced...
> I tried putting the missing parameter and snapping works on mouse up. Thanks, I guess something got mixed up with those handleSnapToGrid and snapToGrid methods. I don't understand why...
The slopetriangle issue is fixed now; The remaining point is the glider before it is projected onto the curve.