mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:16:38 +02:00
✨ Enable drawing new canvas.
This commit is contained in:
parent
daac4486e5
commit
786aefe7d8
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@
|
|||
(defn setup-proportions
|
||||
[shape]
|
||||
(case (:type shape)
|
||||
:canvas (setup-proportions-rect shape)
|
||||
:rect (setup-proportions-rect shape)
|
||||
:circle (setup-proportions-rect shape)
|
||||
:icon (setup-proportions-image shape)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue