src_js/iconolab-bundle/src/components/cutout/svgboard.js
changeset 213 43aa7c589048
parent 209 b4b24c5eeb3e
--- a/src_js/iconolab-bundle/src/components/cutout/svgboard.js	Thu Oct 06 15:07:50 2016 +0200
+++ b/src_js/iconolab-bundle/src/components/cutout/svgboard.js	Thu Oct 06 15:09:18 2016 +0200
@@ -351,7 +351,6 @@
 		rectZone.attr({fill: FILL_COLOR, stroke: STROKE_COLOR, opacity: 0.6});
 	});
 
-
 	paper.mouseup(function () {
 		if ((drawingMode === FREE_MODE) || pathIsClosed || !rectZone) { return false; }
 		drawing_path = rectZone;