mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: vignette style control
This commit is contained in:
parent
8aa38d9ace
commit
4e7b07e3e3
4 changed files with 112 additions and 21 deletions
|
|
@ -384,5 +384,19 @@
|
|||
"opacity": 0.98,
|
||||
"fill": "#30426f",
|
||||
"filter": null
|
||||
},
|
||||
"#vignette": {
|
||||
"opacity": 0.5,
|
||||
"fill": "#000000",
|
||||
"filter": null
|
||||
},
|
||||
"#vignette-rect": {
|
||||
"x": "1%",
|
||||
"y": "2%",
|
||||
"width": "98%",
|
||||
"height": "96%",
|
||||
"rx": "10%",
|
||||
"ry": "10%",
|
||||
"filter": "blur(20px)"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue