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