From dec7efc939faf809379afb08d9a07b4afa2237bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 29 Oct 2013 22:02:29 +0100 Subject: [PATCH] Remove unused variable center. --- src/svg/SVGExport.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/svg/SVGExport.js b/src/svg/SVGExport.js index 1e8f9dfa..52affd13 100644 --- a/src/svg/SVGExport.js +++ b/src/svg/SVGExport.js @@ -147,7 +147,6 @@ new function() { function exportShape(item) { var shape = item._shape, - center = item.getPosition(true), radius = item._radius, attrs = getTransform(item, true, shape !== 'rectangle'); if (shape === 'rectangle') {