feat: vignette - style presets

This commit is contained in:
Azgaar 2023-11-26 16:09:05 +04:00
parent b0a966fa2e
commit 26ed9e929b
9 changed files with 35 additions and 35 deletions

View file

@ -386,17 +386,17 @@
"filter": null
},
"#vignette": {
"opacity": 0.3,
"opacity": 0.2,
"fill": "#000000",
"filter": null
"filter": ""
},
"#vignette-rect": {
"x": "0.3%",
"y": "0.4%",
"width": "99.6%",
"height": "99.2%",
"rx": "5%",
"ry": "5%",
"filter": "blur(20px)"
"x": "0%",
"y": "0%",
"width": "100%",
"height": "100%",
"rx": "0%",
"ry": "0%",
"filter": "blur(50px)"
}
}