@kitware/vtk.js 29.4.2 → 29.4.3

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.
@@ -440,8 +440,8 @@ function vtkCCSMakePolysFromLines(polyData, firstLine, endLine, oriented, newPol
440
440
  let ptsEnd = npts - 1;
441
441
  if (endIdx === 1) {
442
442
  pit = npts - 1 - (completePoly ? 1 : 0);
443
- ptsIt = pts + 1;
444
- ptsEnd = pts + npts - (completePoly ? 1 : 0);
443
+ ptsIt = 1;
444
+ ptsEnd = npts - (completePoly ? 1 : 0);
445
445
  }
446
446
  while (ptsIt !== ptsEnd) {
447
447
  poly[--pit] = poly[ptsIt++];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "29.4.2",
3
+ "version": "29.4.3",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",