v1.5.05 - optimization, partial d3 removal

This commit is contained in:
Azgaar 2021-02-02 13:13:32 +03:00
parent a8cf4c04d4
commit 24d2efe8b6
11 changed files with 86 additions and 67 deletions

View file

@ -132,7 +132,13 @@ button, select, a, .pointer {
user-select: none;
}
#statesBody, #provincesBody, #relig, #biomes, #cults {
#statesBody, #provincesBody {
stroke-width: 2;
fill-rule: evenodd;
mask: url(#land);
}
#relig, #biomes, #cults {
stroke-width: .6;
fill-rule: evenodd;
mask: url(#land);
@ -141,7 +147,6 @@ button, select, a, .pointer {
#statesHalo {
fill: none;
filter: url(#blur5);
/*animation: hideshow 3s infinite;*/
}
#borders {
@ -156,11 +161,6 @@ button, select, a, .pointer {
font-size: 9px;
}
@keyframes hideshow {
0% {stroke-width: 1;}
50% {stroke-width: 10;}
}
#rivers {
stroke: none;
mask: url(#land);