diff -r 3a2a2a798bf4 -r a04c55054afe src_js/iconolab-bundle/src/components/editor/Canvas.vue --- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Thu Mar 09 12:39:36 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Mon Mar 13 18:48:35 2017 +0100 @@ -12,14 +12,40 @@ x="0" y="0" v-bind:width="imageWidth" v-bind:height="imageHeight" /> - + + + - + + v-bind:original-path="annotation.path" + v-bind:readonly="readonly" + v-on:click="onAnnotationClick(annotation)"> + + + + + + @@ -31,6 +57,10 @@
+