mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
Fix for drawing religions into lakes and water clipping for biomes and cultures (#376)
This commit is contained in:
parent
d1b249ae79
commit
228b4f2932
2 changed files with 28 additions and 25 deletions
|
|
@ -105,7 +105,7 @@ button, select, a {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#statesBody, #provincesBody {
|
||||
#statesBody, #provincesBody, #relig, #biomes, #cults {
|
||||
stroke-width: .6;
|
||||
fill-rule: evenodd;
|
||||
mask: url(#land);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue