Tree Layout Link Overlapping Issue

Try adding this to the CSS, too, to see if it does anything.

canvas {  
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}