🎉 Adds groups infrastructure

This commit is contained in:
alonso.torres 2020-04-02 09:32:28 +02:00 committed by Andrey Antukh
parent 9d0450a4b5
commit e73350e2ba
14 changed files with 423 additions and 209 deletions

View file

@ -56,7 +56,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 :curve :icon :frame})
(s/def ::type #{:rect :path :circle :image :text :canvas :curve :icon :frame :group})
(s/def ::x number?)
(s/def ::y number?)
(s/def ::cx number?)