mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 01:43:43 +00:00
Add more shape types.
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user