Use inner-rect for calculate icon selection handlers.

This commit is contained in:
Andrey Antukh
2016-04-20 20:32:41 +03:00
parent 9bda376bf4
commit 825eb4f8a2

View File

@@ -87,7 +87,7 @@
(on-mouse-up [vid event]
(dom/stop-propagation event)
(uuc/release-action! "ui.shape.resize"))]
(let [{:keys [x y width height]} (geom/outer-rect shape)]
(let [{:keys [x y width height]} (geom/inner-rect shape)]
(html
[:g.controls
[:rect {:x x :y y :width width :height height :stroke-dasharray "5,5"