mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: vignette layer
This commit is contained in:
parent
425c2954c4
commit
7f60a4a12a
8 changed files with 106 additions and 64 deletions
|
|
@ -386,17 +386,17 @@
|
|||
"filter": null
|
||||
},
|
||||
"#vignette": {
|
||||
"opacity": 0.5,
|
||||
"opacity": 0.3,
|
||||
"fill": "#000000",
|
||||
"filter": null
|
||||
},
|
||||
"#vignette-rect": {
|
||||
"x": "1%",
|
||||
"y": "2%",
|
||||
"width": "98%",
|
||||
"height": "96%",
|
||||
"rx": "10%",
|
||||
"ry": "10%",
|
||||
"x": "0.3%",
|
||||
"y": "0.4%",
|
||||
"width": "99.6%",
|
||||
"height": "99.2%",
|
||||
"rx": "5%",
|
||||
"ry": "5%",
|
||||
"filter": "blur(20px)"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue