Skip to content

Commit f059925

Browse files
authored
merge: Fix uncaught TypeError: fillStyle.getColor is not a function (#2554)
1 parent 82e14c9 commit f059925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/gps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ TABS.gps.initialize = function (callback) {
417417
textBaseline: "bottom",
418418
offsetY: +40,
419419
padding: [2, 2, 2, 2],
420-
backgroundFill: '#444444',
420+
backgroundFill: new Fill({ color: '#444444' }),
421421
fill: new Fill({color: '#ffffff'}),
422422
})),
423423
});

0 commit comments

Comments
 (0)