mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 23:26:10 +02:00
🐛 Fixes problems with new paths
This commit is contained in:
parent
471cad3ae9
commit
55b1417df8
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@
|
||||||
path)))
|
path)))
|
||||||
|
|
||||||
(defn- points->components [shape content]
|
(defn- points->components [shape content]
|
||||||
(let [transform (:transform shape)
|
(let [transform (:transform shape (gmt/matrix))
|
||||||
transform-inverse (:transform-inverse shape)
|
transform-inverse (:transform-inverse shape (gmt/matrix))
|
||||||
center (gsh/center-shape shape)
|
center (gsh/center-shape shape)
|
||||||
base-content (gsh/transform-content
|
base-content (gsh/transform-content
|
||||||
content
|
content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue