mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 19:16:37 +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
|
(defn setup-proportions
|
||||||
[shape]
|
[shape]
|
||||||
(case (:type shape)
|
(case (:type shape)
|
||||||
|
:canvas (setup-proportions-rect shape)
|
||||||
:rect (setup-proportions-rect shape)
|
:rect (setup-proportions-rect shape)
|
||||||
:circle (setup-proportions-rect shape)
|
:circle (setup-proportions-rect shape)
|
||||||
:icon (setup-proportions-image shape)
|
:icon (setup-proportions-image shape)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue