element.enter()
      .append("path")
      .attr("fill", "white")
      .attr("fill-opacity", "0.7")
      .attr("fill-rule", "evenodd")