Skip to content

Commit 5bb0c2c

Browse files
fix: Remove default coordinate from text
1 parent 065a211 commit 5bb0c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
export default function ({
2020
color = [0, 0, 0],
21-
coords = [[[null, [0, 0, 0]]]],
21+
coords,
2222
texts,
2323
textSize = 20
2424
}, uniforms, extent, container) {

0 commit comments

Comments
 (0)