0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

🐛 Add missing :curve shape type.

This commit is contained in:
Andrey Antukh 2020-01-16 16:21:12 +01:00
parent 72d92c419f
commit ac7e5f723d

View file

@ -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?)