diff --git a/common/uxbox/common/pages.cljc b/common/uxbox/common/pages.cljc index 39c7c96c1..ceb7cb2b5 100644 --- a/common/uxbox/common/pages.cljc +++ b/common/uxbox/common/pages.cljc @@ -47,7 +47,7 @@ (s/def ::stroke-style #{:none :solid :dotted :dashed :mixed}) (s/def ::stroke-width number?) (s/def ::text-align #{"left" "right" "center" "justify"}) -(s/def ::type #{:rect :path :circle :image :text :canvas}) +(s/def ::type #{:rect :path :circle :image :text :canvas :curve}) (s/def ::x number?) (s/def ::y number?) (s/def ::cx number?)