0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 11:01:20 -05:00

Add missing impl for icon-raw for get-vertex-point geom func.

This commit is contained in:
Andrey Antukh 2016-10-21 16:42:15 +02:00
parent 6e06779cc3
commit 2a2e87cb1c

View file

@ -168,6 +168,7 @@
[shape id]
(case (:type shape)
:icon (get-rect-vertext-point shape id)
:icon-raw (get-rect-vertext-point shape id)
:rect (get-rect-vertext-point shape id)
:circle (get-circle-vertext-point shape id)
:text (get-rect-vertext-point shape id)))