0
Fork 0
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:
Andrey Antukh 2016-01-17 23:32:14 +02:00
parent d402442785
commit 669cdd1395

View file

@ -27,6 +27,10 @@
dispatch-by-type
:hierarchy #'+hierarchy+)
(defmulti -render-svg
dispatch-by-type
:hierarchy #'+hierarchy+)
(defmulti -move
dispatch-by-type
:hierarchy #'+hierarchy+)