feat: burg group editor - text-shadow

This commit is contained in:
Azgaar 2024-10-10 00:20:55 +02:00
parent b700bf0630
commit 1125192b72
14 changed files with 60 additions and 90 deletions

View file

@ -334,7 +334,7 @@
"#burgLabels > #cities": {
"opacity": 1,
"fill": "#3e3e4b",
"text-shadow": "white 0 0 2px",
"style": "text-shadow: white 0 0 2px",
"letter-spacing": 0,
"data-size": 8,
"font-size": 8,
@ -360,7 +360,7 @@
"#burgLabels > #towns": {
"opacity": 1,
"fill": "#3e3e4b",
"text-shadow": "none",
"style": "text-shadow: none",
"letter-spacing": 0,
"data-size": 4,
"font-size": 4,
@ -388,7 +388,7 @@
"fill": "#4e4e4e",
"stroke": "#b5b5b5",
"stroke-width": 0,
"text-shadow": "white 0 0 2px",
"style": "text-shadow: white 0 0 2px",
"letter-spacing": 0,
"data-size": 20,
"font-size": 20,
@ -400,7 +400,7 @@
"fill": "#3e3e4b",
"stroke": "#3a3a3a",
"stroke-width": 0,
"text-shadow": "white 0 0 4px",
"style": "text-shadow: white 0 0 4px",
"letter-spacing": 0,
"data-size": 18,
"font-size": 18,