mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Allow canvas movement and resize.
This commit is contained in:
parent
902f7c4181
commit
daac4486e5
7 changed files with 16 additions and 73 deletions
|
@ -512,6 +512,7 @@
|
|||
"Apply the matrix transformation to shape."
|
||||
[{:keys [type] :as shape} xfmt]
|
||||
(case type
|
||||
:canvas (transform-rect shape xfmt)
|
||||
:rect (transform-rect shape xfmt)
|
||||
:icon (transform-rect shape xfmt)
|
||||
:text (transform-rect shape xfmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue