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:
parent
72d92c419f
commit
ac7e5f723d
1 changed files with 1 additions and 1 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Reference in a new issue