diff --git a/frontend/src/uxbox/view/ui/viewer/shapes.cljs b/frontend/src/uxbox/view/ui/viewer/shapes.cljs index 67aa0fec4..6ca05e672 100644 --- a/frontend/src/uxbox/view/ui/viewer/shapes.cljs +++ b/frontend/src/uxbox/view/ui/viewer/shapes.cljs @@ -63,16 +63,16 @@ :style {:cursor "pointer"}} (factory shape) (when show-itx? - [:rect {:class "interaction-hightlight" - :x (:x1 rect) - :y (:y1 rect) - :width (:width rect) - :height (:height rect)}])) + [:circle {:class "interaction-bullet" + :cx (:x1 rect) + :cy (:y1 rect) + :r 5}])])) -;; [:circle {:class "interaction-bullet" -;; :cx (:x1 rect) -;; :cy (:y1 rect) -;; :r 5}])] +;; [:rect {:class "interaction-hightlight" +;; :x (:x1 rect) +;; :y (:y1 rect) +;; :width (:width rect) +;; :height (:height rect)}] ;; --- Image Shape Wrapper ;;