mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Add more shape types.
This commit is contained in:
parent
f55d0f9f93
commit
780f445f4a
@ -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…
x
Reference in New Issue
Block a user