drawCircle(center, attrs) {
    this.svg.circle().move(center.x, center.y).attr(attrs)
  }