Sébastien Drouyer
Sébastien Drouyer
Hi, Any indication on when B-spline will be able to work with incomplete grids ? Does an implementation / hack exists for 2D grids ? Thanks,
Handle PR from Todd Wade [jquery.flowchart-pull-request-2.txt](https://github.com/sdrdis/jquery.flowchart/files/976852/jquery.flowchart-pull-request-2.txt)
I got the locations and paths to work only when the planet is not rotated. I had to create some horrible function, as _calibrated, to make this work. I tried...
Lets say I have two models, Model_Test and Model_Tag, Model_Test having a many_to_many relation (named tags) with Model_Tag ``` php $test = \Model_Test::find('first'); // lets say there is at least...