mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 23:41:37 +02:00
🎉 Render drop shadows (wasm) (#5693)
Co-authored-by: Belén Albeza <belen@hey.com>
This commit is contained in:
parent
27dce6fcfa
commit
09131f7533
7 changed files with 217 additions and 3 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue