🎉 Render drop shadows (wasm) (#5693)

Co-authored-by: Belén Albeza <belen@hey.com>
This commit is contained in:
Alejandro
2025-01-28 15:10:06 +01:00
committed by GitHub
parent 27dce6fcfa
commit 09131f7533
7 changed files with 217 additions and 3 deletions

View File

@@ -82,7 +82,17 @@ Bool operations (`bool-type`) are serialized as `u8`:
Blur types are serialized as `u8`:
| Value | Field |
| ----- | ----- |
| 1 | Layer |
| \_ | None |
## Shadow Styles
Shadow styles are serialized as `u8`:
| Value | Field |
| ----- | ------------ |
| 1 | Layer |
| \_ | None |
| 0 | Drop Shadow |
| 1 | Inner Shadow |
| \_ | Drop Shadow |