mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 02:57:17 +02:00
Fix interactions issues.
This commit is contained in:
parent
20e7afeee5
commit
80ebc17a26
7 changed files with 36 additions and 31 deletions
|
@ -51,7 +51,8 @@
|
|||
xfmt (cond-> (gmt/matrix)
|
||||
(pos? rotation) (rotate shape))
|
||||
|
||||
props {:x x1 :y y1 :id id
|
||||
props {:x x1 :y y1
|
||||
:id (str "shape-" id)
|
||||
:width width
|
||||
:height height
|
||||
:transform (str xfmt)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue