@kitware/vtk.js 21.2.1 → 21.2.2

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.
@@ -182,8 +182,8 @@ function vtkSTLReader(publicAPI, model) {
182
182
  var headerStr = BinaryHelper.arrayBufferToString(headerData);
183
183
  var header = parseHeader(headerStr); // Data
184
184
 
185
- var dataView = new DataView(content, 84);
186
- global.dataview = dataView;
185
+ var dataView = new DataView(content, 84); // global.dataview = dataView;
186
+
187
187
  var nbFaces = (content.byteLength - 84) / 50;
188
188
  var pointValues = new Float32Array(nbFaces * 9);
189
189
  var normalValues = new Float32Array(nbFaces * 3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "21.2.1",
3
+ "version": "21.2.2",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",