mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -05:00
Add -render-svg method to shapes ns.
This commit is contained in:
parent
d402442785
commit
669cdd1395
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
dispatch-by-type
|
dispatch-by-type
|
||||||
:hierarchy #'+hierarchy+)
|
:hierarchy #'+hierarchy+)
|
||||||
|
|
||||||
|
(defmulti -render-svg
|
||||||
|
dispatch-by-type
|
||||||
|
:hierarchy #'+hierarchy+)
|
||||||
|
|
||||||
(defmulti -move
|
(defmulti -move
|
||||||
dispatch-by-type
|
dispatch-by-type
|
||||||
:hierarchy #'+hierarchy+)
|
:hierarchy #'+hierarchy+)
|
||||||
|
|
Loading…
Add table
Reference in a new issue