Skip to content

Commit

Permalink
add srcRs and tgtRs to swappedpairInfo
Browse files Browse the repository at this point in the history
Refs #3282
  • Loading branch information
mikekucera committed Oct 15, 2024
1 parent 97b518a commit bf25f00
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,9 @@ BRp.findEdgeControlPoints = function( edges ){
hasUnbundled: pairInfo.hasUnbundled,
eles: pairInfo.eles,
srcPos: tgtPos,
srcRs: tgtRs,
tgtPos: srcPos,
tgtRs: srcRs,
srcW: tgtW,
srcH: tgtH,
tgtW: srcW,
Expand Down

0 comments on commit bf25f00

Please sign in to comment.