From 5079582e1fa3ee9b2a88ad870a861f66bf3d9a23 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 27 Mar 2023 13:26:24 +0200 Subject: [PATCH] :bug: Fix problem with round corners scaling --- common/src/app/common/types/modifiers.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/modifiers.cljc b/common/src/app/common/types/modifiers.cljc index 7ce687cadf..fb336ae3bb 100644 --- a/common/src/app/common/types/modifiers.cljc +++ b/common/src/app/common/types/modifiers.cljc @@ -674,7 +674,7 @@ (cph/text-shape? shape) (update-text-content scale-text-content value) - (cph/rect-shape? shape) + :always (gsc/update-corners-scale value) (d/not-empty? (:strokes shape))