izyl

Results 2 issues of izyl

When using circle + square you can get a negative value for the circle radius simple correction at line 194 : `r: Math.abs(Math.max(radius.x, radius.y) * ft.opts.distance)` instead of `r: Math.max(radius.x,...

When applying a filter to the nodes ng repeat, drag and drop is referencing wrong index. Dragging a node from a filtered nodes ng-repeat will the the node at **index...