svg {
  background: white;
}
.point {
  fill: #DDD;
  stroke: gray;
  stroke-width: 2;
}
.line {
  stroke: #DDD;
  stroke-width: 2;
}
.intersection {
  pointer-events: none;
}