1 версия карт тек.нак отборов и закачки

This commit is contained in:
djerom
2022-03-30 17:25:20 +05:00
parent 6ea104aa08
commit 9a169e5872
12 changed files with 987 additions and 200 deletions

View File

@@ -1,21 +1,25 @@
{
"wellhead": {
"font-family": "Times New Roman",
"font-weight": "bold",
"stroke-width": "2.5mm",
"font-size": 500,
"font-weight": "bold",
"font-size": "10pt",
"stroke-width": "0.1pt",
"stroke": "#fff",
"fill": "#000"
"fill": "#000",
"dx":1.7,
"dy":"0"
},
"wlf": {
"font-family": "Times New Roman",
"font-weight": "bold",
"stroke-width": "0",
"alignment-baseline": "hanging",
"font-size": 300,
"font-size": "8pt",
"font-style": "italic",
"stroke": "#fff",
"fill": "#00f"
"fill": "#00f",
"dx": 1.7,
"dy": 3
},
"gpt": {
@@ -26,11 +30,16 @@
"opt": {
"stroke-width": 10,
"stroke": "#000",
"fill": "#B86B41"
"fill": "url(#rg_opt)"
},
"wpt": {
"stroke-width": 10,
"stroke": "#000",
"fill": "#67c2e5"
}
"fill": "url(#rg_wpt)"
},
"wit": {
"stroke-width": 10,
"stroke": "#000",
"fill": "url(#rg1)"
}
}