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)))