0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 04:19:08 -05:00

🐛 Fix problem with round corners scaling

This commit is contained in:
alonso.torres 2023-03-27 13:26:24 +02:00
parent 4313c45870
commit 5079582e1f

View file

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