This commit is contained in:
djerom
2022-03-22 10:17:22 +05:00
parent 7380ceee7e
commit 764c77692a
6 changed files with 205 additions and 13 deletions

View File

@@ -1,22 +1,25 @@
{
"wellhead": {
"stroke-width": 1,
"stroke": "#000",
"fill": "#fff"
"font-family": "Times New Roman",
"font-weight": "bold",
"stroke-width": "0.5mm",
"font-size":"10pt",
"stroke": "#fff",
"fill": "#000"
},
"gpt": {
"stroke-width": 0,
"stroke": "#ff0",
"stroke-width": 1,
"stroke": "#000",
"fill": "#ff0"
},
"opt": {
"stroke-width": 1,
"stroke": "#f00",
"fill": "#00f"
"stroke": "#000",
"fill": "#B86B41"
},
"wpt": {
"stroke-width": 1,
"stroke": "#f00",
"fill": "#00f"
"stroke": "#000",
"fill": "#67c2e5"
}
}