From f8d8b5cc03c0f65946cab914430933c05a0b9d77 Mon Sep 17 00:00:00 2001 From: sapics Date: Thu, 27 Sep 2018 16:47:17 +0900 Subject: [PATCH] Code style fix: replace tabs to spaces --- src/svg/SvgImport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svg/SvgImport.js b/src/svg/SvgImport.js index d93a5025..32b76c47 100644 --- a/src/svg/SvgImport.js +++ b/src/svg/SvgImport.js @@ -223,7 +223,7 @@ new function() { // into account, which will be defined by the time the load // event is called. var center = getPoint(node).add(size.divide(2)); - this._matrix.append(new Matrix().translate(center)); + this._matrix.append(new Matrix().translate(center)); }); return raster; },