Skip to content

Commit 593717b

Browse files
committed
update link to gl-scatter3d
1 parent 062c862 commit 593717b

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

stackgl_modules/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21507,7 +21507,6 @@ function getGlyph(symbol, font, pixelRatio) {
2150721507
var fontKey = [
2150821508
font.style,
2150921509
font.weight,
21510-
font.stretch,
2151121510
font.variant,
2151221511
font.family
2151321512
].join('_')
@@ -21527,7 +21526,6 @@ function getGlyph(symbol, font, pixelRatio) {
2152721526
font: font.family,
2152821527
fontStyle: font.style,
2152921528
fontWeight: font.weight,
21530-
fontStretch: font.stretch,
2153121529
fontVariant: font.variant,
2153221530
lineSpacing: 1.25,
2153321531
styletags: {
@@ -22160,7 +22158,6 @@ proto.update = function(options) {
2216022158
family: options.font || 'normal',
2216122159
style: options.fontStyle || 'normal',
2216222160
weight: options.fontWeight || 'normal',
22163-
stretch: options.fontStretch || 'normal',
2216422161
variant: options.fontVariant || 'normal'
2216522162
}
2216622163

stackgl_modules/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackgl_modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gl-plot2d": "github:gl-vis/gl-plot2d#ac02a12ec9fa5283a79c042b900dfd0707c43891",
2323
"gl-plot3d": "^2.4.7",
2424
"gl-pointcloud2d": "^1.0.3",
25-
"gl-scatter3d": "github:gl-vis/gl-scatter3d#eeb947a712fc6a17fa0dc1775397976de926887a",
25+
"gl-scatter3d": "github:gl-vis/gl-scatter3d#0019ba0197eb2196cedc288a25d1180facd54af6",
2626
"gl-select-box": "^1.0.4",
2727
"gl-shader": "4.3.1",
2828
"gl-spikes2d": "^1.0.2",

0 commit comments

Comments
 (0)