diff -r 6425443f0b12 -r 7c0b98b10e00 src_js/iconolab-bundle/src/components/editor/ShapeRect.vue --- a/src_js/iconolab-bundle/src/components/editor/ShapeRect.vue Wed Feb 22 18:31:01 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/ShapeRect.vue Wed Feb 22 18:31:58 2017 +0100 @@ -4,12 +4,10 @@ ref="shape" x="0" y="0" v-bind:width="width" v-bind:height="height" - fill="#bdc3c7" - stroke="#000" v-bind:stroke-width="handlerSize / 5" v-bind:stroke-dasharray="(handlerSize / 5) + ',' + (handlerSize / 5)" - style="opacity: 0.6;" - class="shape"> + class="shape" + v-bind:class="{ 'shape--draggable': !readonly }">