feat: vignette layer

This commit is contained in:
Azgaar 2023-11-25 18:04:59 +04:00
parent 425c2954c4
commit 7f60a4a12a
8 changed files with 106 additions and 64 deletions

View file

@ -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)"
}
}