@vitessce/gl 3.5.11 → 3.6.0

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/dist/index.js CHANGED
@@ -1,7 +1,6 @@
1
- import { f as distEs6 } from "./index-e9a35e78.js";
2
- import { p, o, A, s, r, q, i, j, l, C, m, D, G, e, H, c, M, k, n, d, P, S, h, T, u, b, t, w, v } from "./index-e9a35e78.js";
3
- import "react";
4
- const SELECTION_TYPE = distEs6.SELECTION_TYPE;
1
+ import { f as distEs6Exports } from "./index-BUO3DB0i.js";
2
+ import { p, o, A, s, r, q, i, j, l, C, m, D, G, e, H, c, M, k, n, d, P, S, h, T, u, b, t, w, v } from "./index-BUO3DB0i.js";
3
+ const SELECTION_TYPE = distEs6Exports.SELECTION_TYPE;
5
4
  export {
6
5
  p as AXIS_FONT_FAMILY,
7
6
  o as AXIS_LABEL_TEXT_SIZE,
@@ -1,5 +1,4 @@
1
- import { B as BaseDecoder } from "./index-e9a35e78.js";
2
- import "react";
1
+ import { B as BaseDecoder } from "./index-BUO3DB0i.js";
3
2
  const dctZigZag = new Int32Array([
4
3
  0,
5
4
  1,
@@ -253,6 +252,7 @@ function decodeScan(data, initialOffset, frame, components, resetInterval, spect
253
252
  continue;
254
253
  }
255
254
  case 1:
255
+ // skipping r zero items
256
256
  case 2:
257
257
  if (zz[z]) {
258
258
  zz[z] += (readBit() << successive) * direction;
@@ -604,21 +604,37 @@ class JpegStreamReader {
604
604
  case 65280:
605
605
  break;
606
606
  case 65504:
607
+ // APP0 (Application Specific)
607
608
  case 65505:
609
+ // APP1
608
610
  case 65506:
611
+ // APP2
609
612
  case 65507:
613
+ // APP3
610
614
  case 65508:
615
+ // APP4
611
616
  case 65509:
617
+ // APP5
612
618
  case 65510:
619
+ // APP6
613
620
  case 65511:
621
+ // APP7
614
622
  case 65512:
623
+ // APP8
615
624
  case 65513:
625
+ // APP9
616
626
  case 65514:
627
+ // APP10
617
628
  case 65515:
629
+ // APP11
618
630
  case 65516:
631
+ // APP12
619
632
  case 65517:
633
+ // APP13
620
634
  case 65518:
635
+ // APP14
621
636
  case 65519:
637
+ // APP15
622
638
  case 65534: {
623
639
  const appData = readDataBlock();
624
640
  if (fileMarker === 65504) {
@@ -670,7 +686,9 @@ class JpegStreamReader {
670
686
  break;
671
687
  }
672
688
  case 65472:
689
+ // SOF0 (Start of Frame, Baseline DCT)
673
690
  case 65473:
691
+ // SOF1 (Start of Frame, Extended DCT)
674
692
  case 65474: {
675
693
  readUint16();
676
694
  const frame = {