Skip to content

Commit

Permalink
Haystack => bezier => haystack edges glitch cytoscape#797
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Feb 2, 2015
1 parent 9003708 commit 5cbfc36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/extensions/renderer.canvas.coord-ele-math.js
Original file line number Diff line number Diff line change
Expand Up @@ -1195,10 +1195,11 @@
x: Math.cos(angle),
y: Math.sin(angle)
};

rscratch.edgeType = 'haystack';
rscratch.haystack = true;
}

// always override as haystack in case set to different type previously
rscratch.edgeType = 'haystack';
rscratch.haystack = true;
}

return hashTable;
Expand Down

0 comments on commit 5cbfc36

Please sign in to comment.