pendingTasks.push({
      e: this.nativeDom.box,
      property: 'left',
      value: Math.round(bbox.x * state.zoom + state.pan.x) + 'px',
    });