diff --git a/common/src/app/common/types/shape/text.cljc b/common/src/app/common/types/shape/text.cljc index 464af2dfac..fb6ed888c2 100644 --- a/common/src/app/common/types/shape/text.cljc +++ b/common/src/app/common/types/shape/text.cljc @@ -65,7 +65,7 @@ (sm/lazy-validator schema:content)) (def schema:position-data - [:vector {:min 1 :gen/max 2} + [:vector {:min 0 :gen/max 2} [:map [:x ::sm/safe-number] [:y ::sm/safe-number]