diff -r 2d5557c01f95 -r 4f0ede751fcf src_js/iconolab-bundle/src/components/editor/Canvas.vue --- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Feb 22 18:32:39 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Feb 22 18:40:49 2017 +0100 @@ -24,8 +24,14 @@
- - + +
@@ -314,6 +320,7 @@ }, zoomIn: function() { + if (this.scale >= 1.9) { return; } this.scale = this.scale + (1 * this.zoomFactor); },