mirror of
https://github.com/penpot/penpot.git
synced 2025-07-20 02:57:12 +02:00
🎉 Implement boolean operations (wasm)
This commit is contained in:
parent
1514faca55
commit
4e5f67676c
8 changed files with 126 additions and 16 deletions
|
@ -112,6 +112,8 @@
|
|||
(api/use-shape (:id self))
|
||||
(case k
|
||||
:type (api/set-shape-type v)
|
||||
:bool-type (api/set-shape-bool-type v)
|
||||
:bool-content (api/set-shape-bool-content v)
|
||||
:selrect (api/set-shape-selrect v)
|
||||
:show-content (api/set-shape-clip-content (not v))
|
||||
:rotation (api/set-shape-rotation v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue