@esotericsoftware/spine-canvas 4.3.2 → 4.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11219,6 +11219,9 @@ ${error}` : ""}`);
11219
11219
  offset += polygonSize;
11220
11220
  }
11221
11221
  }
11222
+ this.clippedVerticesTyped = this._clippedVerticesTyped.subarray(0, this.clippedVerticesLength);
11223
+ this.clippedUVsTyped = this._clippedUVsTyped.subarray(0, this.clippedUVsLength);
11224
+ this.clippedTrianglesTyped = this._clippedTrianglesTyped.subarray(0, this.clippedTrianglesLength);
11222
11225
  return true;
11223
11226
  }
11224
11227
  const clipOutput = this.clipOutput;