0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-27 00:49:28 -05:00

Add icon-raw shape type to group render function.

This commit is contained in:
Andrey Antukh 2016-10-21 00:22:13 +02:00
parent 12aee6acb6
commit 27f1884a47

View file

@ -33,6 +33,7 @@
:group (group-component shape)
:text (text/text-component shape)
:icon (icon/icon-component shape)
:icon-raw (icon/icon-raw-component shape)
:rect (rect/rect-component shape)
:path (path/path-component shape)
:image (image/image-component shape)