feat: vignette - save styles

This commit is contained in:
Azgaar 2023-11-25 19:31:44 +04:00
parent 7f60a4a12a
commit b0a966fa2e
11 changed files with 143 additions and 1 deletions

View file

@ -299,7 +299,9 @@ function addStylePreset() {
"font-family",
"filter"
],
"#fogging": ["opacity", "fill", "filter"]
"#fogging": ["opacity", "fill", "filter"],
"#vignette": ["opacity", "fill", "filter"],
"#vignette-rect": ["x", "y", "width", "height", "rx", "ry", "filter"]
};
for (const selector in attributes) {