Skip to content

Commit faf1176

Browse files
committed
revert
1 parent 65d461f commit faf1176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackgl_modules/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39322,7 +39322,7 @@ function transformPositions(positions, options, size) {
3932239322
break
3932339323

3932439324
default:
39325-
throw new Error("vectorize-text: Unrecognized textBaseline: '" + baseline + "'")
39325+
throw new Error("vectorize-text: Unrecoginized textBaseline: '" + baseline + "'")
3932639326
}
3932739327

3932839328
var scale = 1.0 / size

0 commit comments

Comments
 (0)