mirror of
https://github.com/penpot/penpot.git
synced 2025-08-11 00:16:51 +02:00
Add rect rendering.
This commit is contained in:
parent
b4b98428d4
commit
00cc51c6d3
4 changed files with 20 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
(when-let [shape (:drawing @wb/workspace-l)]
|
||||
(case (:type shape)
|
||||
:builtin/icon (init-icon shape)
|
||||
:builtin/rect (init-shape shape)
|
||||
:builtin/line (init-shape shape))))]
|
||||
|
||||
(as-> wb/interactions-b $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue