From ac7e5f723d7d4a5535d59e4c8d5164d28a04d3c4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 16 Jan 2020 16:21:12 +0100 Subject: [PATCH] :bug: Add missing :curve shape type. --- common/uxbox/common/pages.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/uxbox/common/pages.cljc b/common/uxbox/common/pages.cljc index 39c7c96c1b..ceb7cb2b54 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?)