🎉 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 |