mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 13:29:07 +00:00
Add more shape types.
This commit is contained in:
parent
f55d0f9f93
commit
780f445f4a
@ -10,6 +10,10 @@
|
|||||||
(def ^:static ^:private +hierarchy+
|
(def ^:static ^:private +hierarchy+
|
||||||
(as-> (make-hierarchy) $
|
(as-> (make-hierarchy) $
|
||||||
(derive $ :builtin/icon ::shape)
|
(derive $ :builtin/icon ::shape)
|
||||||
|
(derive $ :builtin/rect ::shape)
|
||||||
|
(derive $ :builtin/line ::shape)
|
||||||
|
(derive $ :builtin/circle ::shape)
|
||||||
|
(derive $ :builtin/text ::shape)
|
||||||
(derive $ :builtin/group ::shape)))
|
(derive $ :builtin/group ::shape)))
|
||||||
|
|
||||||
(defn shape?
|
(defn shape?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user