diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index d43deb5735..3f2e3113cf 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -215,6 +215,10 @@ [:map {:title "PathAttrs"} [:type [:= :path]] [:id ::sm/uuid] + [:x {:optional true} [:maybe ::sm/safe-number]] + [:y {:optional true} [:maybe ::sm/safe-number]] + [:width {:optional true} [:maybe ::sm/safe-number]] + [:height {:optional true} [:maybe ::sm/safe-number]] [:content [:vector [:map