Merge pull request #837 from jnnnnn/master

fix dark theme loop labels not visible
This commit is contained in:
Knut Sveidqvist
2019-05-28 22:16:22 +02:00
committed by GitHub
6 changed files with 8 additions and 4 deletions

View File

@@ -216,7 +216,7 @@ export const getTextObj = function () {
const txt = {
x: 0,
y: 0,
'fill': 'black',
'fill': undefined,
'text-anchor': 'start',
style: '#666',
width: 100,