mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 19:06:12 +02:00
🎉 Render wasm blur support
This commit is contained in:
parent
d500058aa9
commit
7cc33b1a1a
8 changed files with 117 additions and 11 deletions
|
@ -77,3 +77,12 @@ Bool operations (`bool-type`) are serialized as `u8`:
|
|||
| 2 | Intersection |
|
||||
| 3 | Exclusion |
|
||||
| \_ | Union |
|
||||
|
||||
## BlurType
|
||||
|
||||
Blur types are serialized as `u8`:
|
||||
|
||||
| Value | Field |
|
||||
| ----- | ------------ |
|
||||
| 1 | Layer |
|
||||
| \_ | None |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue