diff --git a/common/src/app/common/geom/shapes/transforms.cljc b/common/src/app/common/geom/shapes/transforms.cljc index 587843edab..5c451fb06c 100644 --- a/common/src/app/common/geom/shapes/transforms.cljc +++ b/common/src/app/common/geom/shapes/transforms.cljc @@ -313,7 +313,7 @@ (update shape :bool-content gpa/transform-content transform-mtx) shape) shape (if (= type :text) - (update shape :position-data move-position-data transform-mtx) + (update shape :position-data transform-position-data transform-mtx) shape) shape (if (= type :path) (update shape :content gpa/transform-content transform-mtx)