Aaron Montag

Results 8 issues of Aaron Montag

When developing applets for mobile devices, the behavior of CindyJS to `steal` all pointer events often is problematic. This can be traced back to the `preventDefault()`s in `Event.js`. Sometimes it...

The example ``` drawimage(A, B, C, "img", ref1->"rb", ref2->"rt", ref3->"lt"); ``` does not work, even though the reference says so (https://cindyjs.org/ref/Image_Manipulation_and_Rendering.html#drawimage$4 ).

Apparently the IFSs are rendered currently rendered with some offset: The spirals in https://cindyjs.org/examples/157_IFS2sim.html should curl around the fixed points of the transformations. ![image](https://user-images.githubusercontent.com/15124152/54296999-3231ce00-45b6-11e9-8c97-60e11804acc3.png) Update: This bug also affects mathe-vital.de

When I draw the (degenerate) shape, `halfplane(join(A,B),A)~~circle(A,1)` for two points `A` and `B` with `fill` or `draw`, CindyJS crashes. There should be some better error handling.

bug

It should be easy to reduce `fillplot` to `plot` [Integrieren.zip](https://github.com/CindyJS/CindyJS/files/2759952/Integrieren.zip)

bug
Cinderella compat.

A geoobject `{name: "Text0'", type: "Text", color: [0.0, 0.0, 0.0], fillcolor: [0.012, 0.655, 0.737], fillalpha: 0.20000000298023224, alpha: 0.8999999761581421, text: "Some Text", textsize: 16.0, dock: {corner: "UL", offset: [10.0, -40.0]}},` will...

bug
Cinderella compat.

In CindyJS it does not work to assign a list on multiple indices at the same time: ``` a = 1..5; a_(2..5) = reverse(a_(2..5)); errc(a); //prints [1,2,3,4,5] instead of [1,5,4,3,2]...

It would be nice to have more meaningful titles for the examples. The main reason for that is that the titles are used for http://cindyjs.org/examples/ and will be showed exclusively...