🐛 Fixes problems with new paths

This commit is contained in:
alonso.torres 2021-02-19 11:33:43 +01:00
parent 471cad3ae9
commit 55b1417df8

View file

@ -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