@kitware/vtk.js 28.8.2 → 28.8.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.
package/CONTRIBUTING.md CHANGED
@@ -119,6 +119,10 @@ To create and debug a test:
119
119
  The vtk.js documentation is part of the code repository and is entirely written in
120
120
  [markdown](https://daringfireball.net/projects/markdown/).
121
121
 
122
+ If you create an example, please list it in the [examples landing page](Documentation/content/examples/index.md).
123
+
124
+ Images and GIF videos added to the [gallery](Documentation/content/docs/gallery) must be compressed as much as possible. You may want to use [ezgif.com](https://ezgif.com/).
125
+
122
126
  ## Reporting Issues
123
127
 
124
128
  If you encounter problems using vtk.js you may be able to find the solutions in the
@@ -53,7 +53,7 @@ function vtkPolyLineRepresentation(publicAPI, model) {
53
53
  }
54
54
 
55
55
  if (closePolyLine) {
56
- cellData[cellSize - 1] = 0;
56
+ cellData[cellSize] = 0;
57
57
  }
58
58
 
59
59
  lines.setData(cellData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "28.8.2",
3
+ "version": "28.8.3",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",