mirror of
https://github.com/penpot/penpot.git
synced 2026-05-23 00:43:41 +00:00
✨ Enable drawing new canvas.
This commit is contained in:
parent
daac4486e5
commit
786aefe7d8
@ -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…
x
Reference in New Issue
Block a user