diff --git a/src/uxbox/main/geom.cljs b/src/uxbox/main/geom.cljs index c5250275b3..cae0184612 100644 --- a/src/uxbox/main/geom.cljs +++ b/src/uxbox/main/geom.cljs @@ -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)))