shapeGroup
          .selectAll('path')
          .data(shape.data)
          .enter()
          .append('path')