feat: render provinces

This commit is contained in:
Azgaar 2024-09-02 13:47:11 +02:00
parent c66e6e4645
commit 6b3df6c4d8
12 changed files with 362 additions and 438 deletions

View file

@ -190,20 +190,12 @@ t,
font-size: 0.8em;
}
#statesBody {
stroke-width: 3;
}
#statesHalo {
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
#provincesBody {
stroke-width: 0.2;
}
#statesBody,
#provincesBody,
#relig,
@ -220,6 +212,11 @@ t,
mask: url(#land);
}
#statesBody,
#provincesBody {
stroke-width: 3;
}
#borders {
stroke-linejoin: round;
fill: none;