Skip to content

Commit

Permalink
Merge branch 'dev/v4' of github.com:letterletter/butterfly into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
letterletter committed Apr 24, 2021
2 parents fe34b64 + 683c77f commit c789a07
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/utils/link/edgeTypes/_utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use strict';
<<<<<<< HEAD
import _ from 'lodash';

const MINDIST = 20;
Expand Down Expand Up @@ -311,4 +312,7 @@ export function _findManhattanPoint (points, pos) {
}
}
return result;
}
}
=======

>>>>>>> 44fc7b5... chore: optimize link code
4 changes: 4 additions & 0 deletions src/utils/link/edgeTypes/bezier.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
'use strict';
import {_findControlPoint, _calcOrientation} from './_utils.js';

Expand Down Expand Up @@ -44,3 +45,6 @@ function drawBezier(sourcePoint, targetPoint) {
}

export default drawBezier;
=======
'use strict';
>>>>>>> 44fc7b5... chore: optimize link code
Loading

0 comments on commit c789a07

Please sign in to comment.