0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-09 21:41:23 -05:00

Add support for raw-icon to drawarea.

This commit is contained in:
Andrey Antukh 2016-10-21 00:23:55 +02:00
parent df189dc39e
commit 8df6ee502a

View file

@ -110,6 +110,7 @@
(when-let [shape (:drawing @wb/workspace-ref)]
(case (:type shape)
:icon (on-init-draw-icon shape)
:icon-raw (on-init-draw-icon shape)
:path (if (:free shape)
(on-init-draw-free-path shape)
(on-init-draw-path shape))