mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:18:24 +02:00
🎉 Adds groups infrastructure
This commit is contained in:
parent
9d0450a4b5
commit
e73350e2ba
14 changed files with 423 additions and 209 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue