Skip to content

Commit

Permalink
Improve drawing of contradictions #2
Browse files Browse the repository at this point in the history
  • Loading branch information
openp2pdesign committed Jul 7, 2018
1 parent 0cb973c commit 523480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/templates/projects/viz/viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ Template.ProjectsViz.onRendered(function() {
} else if (thisUpdatedProject.contradictions[contradiction].level === "secondary") {
points = [
{x: firstNodeCenter.x+4, y: firstNodeCenter.y},
{x: secondNodeCenter.x+4, y: firstNodeCenter.y},
{x: secondNodeCenter.x+8, y: firstNodeCenter.y},
{x: secondNodeCenter.x+4, y: secondNodeCenter.y},
];
} else if (thisUpdatedProject.contradictions[contradiction].level === "tertiary") {
Expand Down

0 comments on commit 523480e

Please sign in to comment.