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

@ -331,7 +331,7 @@
"#burgLabels > #cities": {
"opacity": 1,
"fill": "#3a3a3a",
"text-shadow": "white 0px 0px 4px",
"style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0,
"data-size": 8,
"font-size": 8,
@ -357,7 +357,7 @@
"#burgLabels > #towns": {
"opacity": 1,
"fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px",
"style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0,
"data-size": 4,
"font-size": 4,
@ -385,7 +385,7 @@
"fill": "#3e3e3e",
"stroke": "#000000",
"stroke-width": 0.3,
"text-shadow": "white 0px 0px 6px",
"style": "text-shadow: white 0px 0px 6px",
"letter-spacing": 0,
"data-size": 14,
"font-size": 14,
@ -397,7 +397,7 @@
"fill": "#f24706",
"stroke": "#701b05",
"stroke-width": 0.1,
"text-shadow": "white 0px 0px 4px",
"style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0,
"data-size": 6,
"font-size": 6,