diff -r 3a2a2a798bf4 -r a04c55054afe src_js/iconolab-bundle/src/components/editor/ShapeRect.vue --- a/src_js/iconolab-bundle/src/components/editor/ShapeRect.vue Thu Mar 09 12:39:36 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/ShapeRect.vue Mon Mar 13 18:48:35 2017 +0100 @@ -6,7 +6,8 @@ v-bind:width="width" v-bind:height="height" v-bind:stroke-width="handlerSize / 5" class="shape" - v-bind:class="{ 'shape--draggable': !readonly }"> + v-bind:class="{ 'shape--draggable': !readonly }" + v-bind:style="{ 'outline-width': (handlerSize / 5) + 'px' }"> this.$emit('click')) + } }, watch: { x: function (val, oldVal) { @@ -208,8 +215,15 @@