this.$box.css({
      left: bbox.x * state.zoom + state.pan.x,
      top: bbox.y * state.zoom + state.pan.y,
      width: bbox.width * state.zoom,
      height: bbox.height * state.zoom,