svg {
  background-color: white;
}
.polygon {
  stroke: gray;
  fill: #DDD;
}
.dot {
  fill: white;
  stroke: black;
}