mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -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
|
||||
:hierarchy #'+hierarchy+)
|
||||
|
||||
(defmulti -render-svg
|
||||
dispatch-by-type
|
||||
:hierarchy #'+hierarchy+)
|
||||
|
||||
(defmulti -move
|
||||
dispatch-by-type
|
||||
:hierarchy #'+hierarchy+)
|
||||
|
|
Loading…
Add table
Reference in a new issue