mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
Add more shape types.
This commit is contained in:
parent
f55d0f9f93
commit
780f445f4a
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
(def ^:static ^:private +hierarchy+
|
||||
(as-> (make-hierarchy) $
|
||||
(derive $ :builtin/icon ::shape)
|
||||
(derive $ :builtin/rect ::shape)
|
||||
(derive $ :builtin/line ::shape)
|
||||
(derive $ :builtin/circle ::shape)
|
||||
(derive $ :builtin/text ::shape)
|
||||
(derive $ :builtin/group ::shape)))
|
||||
|
||||
(defn shape?
|
||||
|
|
Loading…
Reference in a new issue