for (i = 0; i < this.nativeDom.fpgaContentSelector.length; i++) {
      pendingTasks.push({
        e: this.nativeDom.fpgaContentSelector[i],
        property: 'left',
        value: Math.round((bbox.width / 2.0) * (state.zoom - 1)) + 'px',